Use buildmer to fit cumulative link mixed models using clmm from package ordinal
Use buildmer
to fit cumulative link mixed models using clmm
from package ordinal
buildclmm(formula, data = NULL, buildmerControl = buildmerControl(), ...)
formula |
A formula specifying both fixed and random effects using |
data |
See the general documentation under |
buildmerControl |
Control arguments for buildmer — see the general documentation under |
... |
Additional options to be passed to |
buildclmm
tries to guess which of ...
are intended for clm
and which are for clmm
. If this goes wrong, this behavior can be suppressed by passing explicit clm.control
and clmm.control
arguments. If one of these is specified, any control
argument is interpreted to be intended for the other one; if both are specified in conjunction with a third control
argument, an error is raised.
if (requireNamespace('ordinal')) { model <- buildclmm(SURENESS ~ PROD + (1|RESP),data=ordinal::soup,link='probit', threshold='equidistant') }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.