formula_helpers {rmdl}R Documentation

Tools for working with formula-like objects

Description

Tools for working with formula-like objects

Usage

lhs(x, ...)

rhs(x, ...)

## S3 method for class 'formula'
rhs(x, ...)

## S3 method for class 'formula'
lhs(x, ...)

Arguments

x

A formula-like object

...

Arguments to be passed to or from other methods

Value

A character describing part of a formula or fmls object


[Package rmdl version 0.1.0 Index]