string.formula: Model in the formula object converted to a character

Description Usage Arguments Value Examples

View source: R/string.formula.R

Description

Model in the formula object converted to a character

Usage

1

Arguments

formula

formula object

Value

character. model

Examples

1
2
3
aformula <- as.formula(medv ~ lstat)
astring <- string.formula(aformula)
print(astring)

RTIInternational/mobForest documentation built on Aug. 3, 2019, 8:28 a.m.