Description Usage Arguments Value Examples
View source: R/fit_user_data_fxns.R
fit.user.data
fits and forecasts user provided incidence using an MCMC procedure
and a compartmental S-I-R orr S-E-I-R model
1 2 |
mydata |
The DICE data list |
par_names |
Array with the DICE parameter names |
opt.list |
Array with TRUE/FALSE for each f the parameters |
run.list |
A list with MCMC parameters |
iseed |
Integer - seed for RNG. Default is NULL |
results A list with all the MCMC fitting/forecasting results and the input mydata list
1 2 | results <- fit.user.data(mydata = mydata, par_names = par_names,
opt.list = opt.list, run.list = run.list, iseed = 12345)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.