brms
models (deprecated)brms
models (deprecated)brmpars(formula, data = NULL, family = "gaussian", autocor = NULL,
partial = NULL, threshold = "flexible", ranef = TRUE)
as.data.frame
to a data frame) containing
the variables in the model. If not found in data, the variables are taken from environment(formula)
,
typically the e"gaussian"
, "student"
, "cauchy"
, ~expression
specifying the predictors with category specific effects in non-cumulative ordinal models
(i.e. in families "cratio"
, "sratio"
, or "acat"
)."flexible"
provides the standard unstructured thresholds and "equidistant"
restricts the distance between consecutive thresholds tobrms
package.brmpars(rating ~ treat + period + carry + (1|subject),
data = inhaler, family = "cumulative")
Run the code above in your browser using DataLab