lhs.vars: Left-hand Side Variables

View source: R/BMisc.R

lhs.varsR Documentation

Left-hand Side Variables

Description

Take a formula and return a vector of the variables on the left hand side, it will return NULL for a one sided formula

Usage

lhs.vars(formla)

Arguments

formla

a formula

Value

vector of variable names

Examples

ff <- yvar ~ x1 + x2
lhs.vars(ff)

bcallaway11/BMisc documentation built on March 13, 2024, 1:39 a.m.