Extract Grouping Formula
The conditioning expression associated with formula(object)
(i.e. the expression after the |
operator) is returned either as
a named list of one-sided formulas, or a single one-sided formula,
depending on the value of asList
. The components of the
returned list are ordered from outermost to innermost level and are
named after the grouping factor expression.
getGroupsFormula(object, asList, sep)
object |
any object from which a formula can be extracted. |
asList |
an optional logical value. If |
sep |
character, the separator to use between group levels when
multiple levels are collapsed. The default is |
a one-sided formula, or a list of one-sided formulas, with the
grouping structure associated with formula(object)
. If no
conditioning expression is present in formula(object)
a
NULL
value is returned.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
getGroupsFormula(y ~ x | g1/g2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.