Description Usage Arguments Details Value See Also Examples
Extract values from an object of class "merMod"
(more specifically, from an object of subclass glmerMod
).
1 2 |
model |
The GLMM fitted with |
name.cont |
A string providing the name of the continuous predictor, as in the formula object of the fitted model |
name.factor |
A string providing the name of name of the categorical predictor, as in the formula object of the fitted model |
names.response |
Optional. A string providing the name of name of the response variable, as in the formula object of the fitted model |
define.pf |
Optional. Specifies which parameter pertains to the intercept and which to the slope in the formula object. |
For simplicity, several MixedPsy
functions take as input an
object of class xplode
instead of an object of class
"merMod"
. Most of these functions assume by default that
the continuous predictor is entered first in the formula object. It is possible
to use a different order, this requires to specify which parameter pertains to
the intercept and which to the slope, by changing define.pf
.
An object of class "merMod"
to be used with other
MixedPsy
functions.
merMod-class
and glmer
from package
lme4
for objects of class “merMod
”.
MixDelta
, MixTreatment
for use of objects of class xplode.obj
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.