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)

mobForest documentation built on Aug. 1, 2019, 1:05 a.m.