Learn R Programming

BMisc (version 1.3.0)

rhs: rhs

Description

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

Usage

rhs(formla)

Arguments

formla

a formula

Value

a one sided formula

Examples

Run this code
# NOT RUN {
ff <- yvar ~ x1 + x2
rhs(ff)

# }

Run the code above in your browser using DataLab