View source: R/extract_median_95CrI_fixed_effects.R
extract_median_95CrI_fixed_effects | R Documentation |
This function takes an INLA object as input and extracts the median and the equi-tailed 95% CrI of the fixed effect terms.
extract_median_95CrI_fixed_effects(inla.object)
inla.object |
character string, the name of the INLA object fitted in |
This function takes an inla
object as input, checks whether the fixed effects terms are available and extracts the median and the equi-tailed 95% CrI of the fixed effects parameters.
A matrix of numeric values for all the fixed effects parameters in rows and median and the equi-tailed 95% CrI in columns (ncol = 3).
extract_median_95CrI_descriptives_inla
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.