Skip to contents

Take a formula and return the right hand side of the formula

Usage

rhs(formula)

Arguments

formula

a formula

Value

a one sided formula

Examples

ff <- yvar ~ x1 + x2
rhs(ff)
#> ~x1 + x2
#> <environment: 0x55ef7925a000>