Skip to content

Fitting the model using a subset of the data? #148

Answered by kingaa
codeanticode asked this question in Q&A
Discussion options

You must be logged in to vote

No, this isn't a valid use of times. Better to do something like

data |>
  filter(time <= 50) |>
  pomp(t0=1,times="time",...)

Note that I am using the new, base-R pipe operator |>. So excited about it!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@codeanticode
Comment options

@kingaa
Comment options

Answer selected by kingaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants