
Last chance! 50% off unlimited learning
Sale ends in
getCovariate(object, form, data)
getCovariateFormula(object)
getGroups(object, form, level, data, sep, ...)
getGroupsFormula(object, asList, sep)
getResponse(object, form)
getResponseFormula(object)
subFormula(form, pos)
splitFormula(form, sep)
|
operator). Defaults to formula(object)
.form
. Optional for most methods.TRUE
the returned
value with be a list of formulas; else, if FALSE
the returned
value will be a one-sided formula. Defaults to FALSE
.'/'
.2
.getGroupsFormula
returns a one-sided formula, or a list of
one-sided formulas, giving the grouping structure associated with
formula(object)
. If no conditioning expression is present in
formula(object)
a NULL
value is returned.form = resp ~ cov1 + cov2 | grp1/grp2
getResponseFormula(form)
getCovariateFormula(form)
getGroupsFormula(form)
getGroupsFormula(form, asList = TRUE)
Run the code above in your browser using DataLab