-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in rownames(K) : object 'K' not found #5
Comments
This is the air travel data. Dear Chris, Is it possible to release an emulated dataset with K and W for testing and viewing the data structures? Many thanks |
Same here. |
K is not included. OAG data are not free. |
p_hat = optim(log(par_init), llik, control=list(fnscale=-1)) |
par_init could be any reasonable list of numbers. It is just the initial values to try. |
If possible,how much I need pay for it? |
Hi sir,
I tried to run the package using your guide :
Load required packages
Instantiate ODE model, simulate up to day 22.
Instantiate LogLikelihood function
Find MLEs using optimisation
However I met a problem:
p_hat = optim(log(par_init), llik, control=list(fnscale=-1))
Error in rownames(K) : object 'K' not found
In addition: Warning message:
In rownames(K) : restarting interrupted promise evaluation
Since I do not use R very much, I cannot find the bug. Could you please help me with that? I appreciate a lot.
The text was updated successfully, but these errors were encountered: