getCovariateFormula.Rd
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.
getCovariateFormula(object)
a one-sided formula describing the covariates associated with
formula(object)
.
getCovariateFormula(y ~ x | g)
#> ~x
getCovariateFormula(y ~ x)
#> ~x