View source: R/print.reslr_output.R
print.reslr_output | R Documentation |
reslr_mcmc
function.This will be very high level printing that the user can use to obtain information about the MCMC run using JAGS. The number of iterations and chains used by the user is printed In addition, the type of statistical model is printed.
## S3 method for class 'reslr_output'
print(x, ...)
x |
An object of class |
... |
Other arguments (not supported) |
Returns high level information about the reslr_output object, i.e. the number of iterations and chains used.
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")
print(x = jags_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.