Description Usage Arguments Value Examples
Write the results of a DICE run for multiple uncoupled regions into csv files. We write the observed if appropriate predictions. We write the best result along with the mean
1 2 3 |
mydata |
- dataframe with all the data for this DICE run |
run.list |
A list with various run parameters |
tab |
A list with the history of the MCMC chain for each of the fit_level regions |
tab.model |
An array with the history of the MCMC chain for the model_level region |
model_rtn |
A 1D numeric array with the best direct prediction to the region |
model_profile |
A 2D numeric array with randomly chosen predicted profiles obtained by fitting the mydata |
ireal |
Integer - the MCMC chain number |
Returns err = 0 if successful
1 2 | writecsvOnePatch{mydata = mydata,run.list = run.list, tab = tab.model, model_rtn = model_rtn,
model_profile=model_profile, ireal= ireal}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.