View source: R/summary.reslr_output.R
summary.reslr_output | R Documentation |
reslr_mcmc
.A warning message will appear if the model has not been converge. If this appears the user is recommended to re-run the model and alter the reslr_mcmc
function default iteration and MCMC settings. Also, it provides high-level summaries of the estimated parameters.
## S3 method for class 'reslr_output'
summary(object, ...)
object |
Output object from the |
... |
Not in use |
A list containing convergence diagnostics and parameter estimates for the output.
data <- NAACproxydata %>% dplyr::filter(Site == "Cedar Island")
input_data <- reslr_load(data = data)
jags_output <- reslr_mcmc(input_data = input_data, model_type = "eiv_slr_t")
summary(object = jags_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.