kingaa / pomp

R package for statistical inference using partially observed Markov processes
https://kingaa.github.io/pomp
GNU General Public License v3.0
110 stars 26 forks source link

error, 'simulate' function #133

Closed ksm5k closed 3 years ago

ksm5k commented 3 years ago
covidSEIRSR %>%
  simulate(
    nsim=20,format="data.frame",include.data=TRUE
  ) -> sims

is what I run.

I receive the following error:

Error: in ‘simulate’: argument "n" is missing, with no default

I ran ? simulate and looked at the documentation, and I do not see this argument listed. I don't have any variables n in my earlier code.

What should I do?

kingaa commented 3 years ago

Do you have a parameter called n?

If you need more help, you’ll have to follow FAQ 1.1.

kingaa commented 3 years ago

I am closing this issue. Please reopen if necessary.