coef_uncertainty {FRK} | R Documentation |
Uncertainty quantification of the fixed effects
Description
Compute confidence intervals for the fixed effects (upper and lower bound specifed by percentiles; default 90% confidence central interval)
Usage
coef_uncertainty(
object,
percentiles = c(5, 95),
nsim = 400,
random_effects = FALSE
)
Arguments
object |
object of class |
percentiles |
(applicable only if |
nsim |
number of Monte Carlo samples used to compute the confidence intervals |
random_effects |
logical; if set to true, confidence intervals will also be provided for the random effects random effects γ (see '?SRE' for details on these random effects) |
[Package FRK version 2.3.1 Index]