Closed ksm5k closed 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.
? simulate
n
What should I do?
Do you have a parameter called n?
If you need more help, you’ll have to follow FAQ 1.1.
I am closing this issue. Please reopen if necessary.
is what I run.
I receive the following error:
I ran
? simulate
and looked at the documentation, and I do not see this argument listed. I don't have any variablesn
in my earlier code.What should I do?