Last chance! 50% off unlimited learning
Sale ends in
Remove the random-effects terms from a mixed-effects formula, thereby producing the fixed-effects formula.
nobars(term)
the right-hand side of a mixed-model formula
the fixed-effects part of the formula
formula
, model.frame
,
model.matrix
.
Other utilities: findbars
,
mkRespMod
, mkReTrms
,
nlformula
, subbars
# NOT RUN {
nobars(Reaction ~ Days + (Days|Subject)) ## => Reaction ~ Days
# }
Run the code above in your browser using DataLab