is.cor_brms {brms} | R Documentation |
Check if argument is a correlation structure
Description
Check if argument is one of the correlation structures used in brms.
Usage
is.cor_brms(x)
is.cor_arma(x)
is.cor_cosy(x)
is.cor_sar(x)
is.cor_car(x)
is.cor_fixed(x)
Arguments
x |
An R object. |
[Package brms version 2.21.0 Index]