Description Usage Arguments Value Examples
Given an array with the MCMC history of a coupled DICE
run
randomly choose sets of parameters and use them to create disease incidence profiles for the fit regions.
The code works on the level of the coupled fit regions.
1 2 |
mydata |
A list with the entire data available for this |
tab |
The MCMC history of an indirect fit of the model using a coupled model This array includes all the parameters except the two that define the coupling matrix. |
Rij |
A 2D array with the Euclidean distances between the centroids of regions i and j |
tps |
A numeric array of days for the disease season |
nRnd |
Integer - the number of random profiles that will be calculated. (Default is 100) |
profile a 3D array with each row holding nRnd profiles for each of the fit regions.
1 2 | calcRandomProfiles{mydata = mydata, tab = tab, tab.cpl = tab.cpl, Rij = Rij,
tps = tps, nRnd = 100}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.