buildclmm {buildmer} | R Documentation |
Use buildmer
to fit cumulative link mixed models using clmm
from package ordinal
Description
Use buildmer
to fit cumulative link mixed models using clmm
from package ordinal
Usage
buildclmm(formula, data = NULL, buildmerControl = buildmerControl())
Arguments
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 |
See Also
Examples
if (requireNamespace('ordinal')) {
model <- buildclmm(SURENESS ~ PROD + (1|RESP),data=ordinal::soup,
buildmerControl=list(args=list(link='probit',threshold='equidistant')))
}
[Package buildmer version 2.11 Index]