View source: R/utils-get-param-est-comparison-df.R
get_param_est_comparison_df | R Documentation |
Create the data frame that holds parameter estimates for several models for comparison purposes in a table
get_param_est_comparison_df(
models,
model_nms,
end_yr = models[[1]]$endyr,
digits = 3,
inc_loglike = TRUE,
...
)
models |
A list of models which contain the MCMC output |
model_nms |
A vector of names of the same length as the number of models in the models list |
end_yr |
The last year to include |
digits |
The number of decimal points to include in the table |
inc_loglike |
Logical. If |
... |
Absorbs arguments meant for other functions |
A data frame containing 1 column of parameter estimates for each
model in models
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.