coef_uncertainty: Uncertainty quantification of the fixed effects

coef_uncertaintyR 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)

Arguments

object

object of class SRE returned from the constructor SRE() containing all the parameters and information on the SRE model

percentiles

(applicable only if method = "TMB") a vector of scalars in (0, 100) specifying the desired percentiles of the posterior predictive distribution; if NULL, no percentiles are computed

nsim

number of i) MC samples at each location when using predict or ii) response vectors when using simulate


FRK documentation built on Oct. 18, 2023, 5:06 p.m.