| MNM-class | R Documentation |
The "MNM" class represents a multi-species N-mixture model object fitted using Nimble.
It contains key model outputs, including parameter estimates, input data, predictions,
log-likelihood, convergence diagnostics, and model summaries.
summaryA data.frame summarizing the model output, including posterior means, standard deviations, and convergence diagnostics (e.g., Rhat values).
n_parametersA numeric value indicating the number of parameters estimated in the model.
estimatesMean estimates for all monitored parameters.
fitted_YAn array containing the fitted values (predicted responses) for the model.
dataAn array containing the input data used to fit the model.
logLikA numeric value representing the log-likelihood of the model.
n_convergedA numeric value indicating the number of parameters with Rhat < 1.1, showing convergence.
plotA list containing traceplots and density plots for all monitored variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.