Return the name of the random slopes from mixed effects models.
Value
A list of character vectors with the name(s) of the random slopes, or
NULL
if model has no random slopes. Depending on the model, the returned
list has following elements:
random
, the random slopes from the conditional part of modelzero_inflated_random
, the random slopes from the zero-inflation component of the model. For brms, this is namedzi_random
.dispersion_random
, the random slopes from the dispersion component of the model
Models of class brmsfit
may also contain elements for auxiliary parameters.