buildclmm | R Documentation |
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 |
buildmer-package
if (requireNamespace('ordinal')) {
model <- buildclmm(SURENESS ~ PROD + (1|RESP),data=ordinal::soup,
buildmerControl=list(args=list(link='probit',threshold='equidistant')))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.