calc_logs | R Documentation |
Calculate logs for several parameters using MCMC
calc_logs(
mc,
log.params = c("^ro$", "^m$", "^m_sex1$", "^m_sex2$", "^rbar$", "^rinit$",
"^q_gear[1-9]+$")
)
mc |
A data frame of posteriors as seen in the MCMC output csv files |
log.params |
A vector of regular expressions to determine which parameters to apply the log function to |
The column names will be prepended with log_ for the parameters which had the log function applied
a data frame (mc with the log columns appended)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.