- lv.coefs
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the latent variable coefficients. This also includes the response-specific intercepts, and dispersion parameters if appropriate.
- lv
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the latent variables.
- lv.covparams
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions for the parameters characterizing the correlation structure of the latent variables when they are assumed to be non-independent across rows.
- X.coefs
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the response-specific coefficients relating to the covariate matrix.
- traits.coefs
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the coefficients and standard deviation relating to the species traits; please see about.traits
.
- cutoffs
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the common cutoffs for ordinal responses (please see the not-so-brief tangent on distributions above).
- ordinal.sigma
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the standard deviation for the random intercept normal distribution corresponding to the ordinal response columns.
- powerparam
A long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the common power parameter for tweedie responses (please see the not-so-brief tangent on distributions above).
- row.coefs
A list with each element being a long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the row effects. The length of the list is equal to the number of row effects included i.e., object$ncol(row.ids)
.
- row.sigma
A list with each element being a long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the standard deviation for the row random effects normal distribution. The length of the list is equal to the number of row effects included i.e., object$ncol(row.ids)
.
- ranef.coefs
A list with each element being a long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the response-specific random intercepts. The length of the list is equal to the number of row effects included i.e., ncol(object$ranef.ids)
.
- ranef.sigma
A list with each element being a long format data frame containing the mean/median/standard deviation/interquartile range of the posterior distributions of the standard deviation for the response-specific random intercept normal distributions. The length of the list is equal to the number of row effects included i.e., object$ncol(ranef.ids)
.
- ssvs.indcoefs
A long format data frame containing posterior probabilities and associated standard deviation for individual SSVS of coefficients in the covariate matrix.
- ssvs.gpcoefs
A long format data frame containing posterior probabilities and associated standard deviation for group SSVS of coefficients in the covariate matrix.
- ssvs.traitscoefs
A long format data frame containing posterior probabilities and associated standard deviation for individual SSVS of coefficients relating to species traits.
- hpdintervals
A list containing long format data frames corresponding to the lower and upper bounds of highest posterior density (HPD) intervals for all the parameters indicated above. Please see get.hpdintervals
for more details.