Description Usage Arguments Value Examples
saveTables
Saves and RData binary files with tables of the forecast/fit results as well as the observations
the fit level data
1 2 3 |
mydata |
- dataframe with all the data for this DICE run |
tables.mod |
- a table with the data and the results for the model fit. It includes the mean and the 5-95% percentile (as well as the error) |
tables.fit |
- Optional a table with the data and the results for the fits at the fit_level. It includes the mean and the 5-95% percentile (as well as the error) |
tables.agg.mod |
- Optional. A table with the aggregate of the uncoupled fit_level results present only in the case of an uncoupled run |
mod_id |
The abbreviation of the states/regions-model level |
fit_id |
The abbreviation of the states/regions-fit level |
run.list |
A list with various run parameters |
ireal |
- Numeric, the number of the MCMC chain |
err=0 if file was saved
1 2 | saveTables(mydata = mydata, tables.mod = tables.mod, tables.fit = NULL,
mod_id = mod_id, fit_id = fit_id, ireal = ireal)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.