mcp package — mcpfit-class" />
Models fitted with the mcp function are represented as
an mcpfit object which contains the user input (model, data, family),
derived model characteristics (prior, parameter names, and jags code), and
the fit (prior and/or posterior mcmc samples).
See methods(class = "mcpfit") for an overview of available methods.
User-provided information (see mcp for more details):
modelA list of formulas, making up the model.
Provided by user. See mcp for more details.
dataA data frame.
Provided by user. See mcp for more details.
familyAn mcpfamily object.
Provided by user. See mcp for more details.
priorA named list.
Provided by user. See mcp for more details.
mcmc_postAn mcmc.list object with posterior samples.
mcmc_priorAn mcmc.list object with prior samples.
mcmc_loglikAn mcmc.list object with samples of log-likelihood.
parsA list of character vectors of model parameter names.
jags_codeA string with jags code. Use cat(fit$jags_code) to show it.
simulateA method to simulate and predict data.
.otherInformation that is used internally by mcp.