nobars | R Documentation |
Remove the random-effects terms from a mixed-effects formula, thereby producing the fixed-effects formula.
nobars(term)
term |
the right-hand side of a mixed-model formula |
the fixed-effects part of the formula
This function is called recursively on individual terms
in the model, which is why the argument is called
term
and not a name like form
, indicating a
formula.
formula
, model.frame
,
model.matrix
.
Other utilities: findbars
,
mkRespMod
, mkReTrms
,
nlformula
, subbars
nobars(Reaction ~ Days + (Days|Subject)) ## => Reaction ~ Days
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.