Learn R Programming

MIRES (version 0.1.0)

.formula_lhs: Get the one-length LHS of formula as string.

Description

Get the one-length LHS of formula as string.

Usage

.formula_lhs(formula)

Arguments

formula

Formula.

Value

String. LHS variable of formula. Formula must have only one name on LHS.