grand_table_bayes: Organize a list of ScenarioInfo objects into a grand table of...

Description Usage Arguments Details Value

View source: R/bayesian.R

Description

The table produced includes the model parameters and log-posterior probability for all of the models in the input list.

Usage

1
grand_table_bayes(aScenarioList)

Arguments

aScenarioList

List of ScenarioInfo structures

Details

Before this function can run, the scenario list must have been run through run_bayes to compute the posterior probability densities.

Note that the table produced here has nearly everything needed to do inference with the models, but some statistics, such as the WAIC, still require the pointwise data stored in the ScenarioInfo structures.

Value

Data frame containing model parameters and log-posterior probabilities.


JGCRI/gcamland documentation built on Oct. 6, 2020, 5:30 p.m.