The right hand side of formula(object), without any conditioning expressions (i.e. any expressions after a | operator) is returned as a one-sided formula.
formula(object),没有任何条件表达式(即后|运营商的任何表达式)的右侧是一种片面的公式返回。
用法----------Usage----------
getCovariateFormula(object)
参数----------Arguments----------
参数:object
any object from which a formula can be extracted.
从其中的任何一个公式可以提取的对象。
值----------Value----------
a one-sided formula describing the covariates associated with formula(object).
描述formula(object)相关的协变量的一种片面的公式。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
getCovariate
getCovariate
举例----------Examples----------
getCovariateFormula(y ~ x | g)
getCovariateFormula(y ~ x)