.\" -*- nroff -*- generated from .Rd format
.BG
.FN getCovariateFormula
.TL
Extract Covariates Formula
.DN
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.
.CS
getCovariateFormula(object)
.RA
.AG object
any object from which a formula can be extracted.
.RT
a one-sided formula describing the covariates associated with
`formula(object)'.

.SA
`getCovariate'
.EX
getCovariateFormula(y ~ x | g)
getCovariateFormula(y ~ x)
.KW models
.WR
