brms (version 0.10.0)

cor_brms: Correlation structure classes for the brms package

Description

Classes of correlation structures available in the brms package. cor_brms is not a correlation structure itself, but the class common to all correlation structures implemented in brms.

Arguments

Value

Avaiblable correlation structures
cor_ar
autoregressive process of arbitrary order
cor_arma
autoregressive-moving average process, with arbitrary orders for the autoregressive and moving average components
cor_arr
autoregressive process of the response (instead of residuals) of arbitrary order
cor_ma
moving average process of arbitrary order
cor_fixed
fixed user-defined covariance structure

See Also

cor_ar, cor_arma, cor_arr, cor_ma, cor_fixed