update_without_factor {HDANOVA} | R Documentation |
Update a Model without Factor
Description
Perform a model update while removing a chosen factor. Hierarchical corresponds to type "II" sum-of-squares, i.e., obeying marginality, while non-hierarchical corresponds to type "III" sum-of-squares.
Usage
update_without_factor(model, fac, hierarchical = TRUE)
Arguments
model |
|
fac |
|
hierarchical |
|
Value
An updated model object is returned. If the supplied model is of
type lmerMod
and no random effects are left, the model is
automatically converted to a linear model before updating.
[Package HDANOVA version 0.8.3 Index]