rhs: Right-hand Side of Formula

View source: R/BMisc.R

rhsR Documentation

Right-hand Side of Formula

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

ff <- yvar ~ x1 + x2
rhs(ff)


BMisc documentation built on July 12, 2022, 1:05 a.m.

Related to rhs in BMisc...