mobForest (version 1.3.1)

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

Description

Model in the formula object converted to a character

Usage

string.formula(formula)

Arguments

formula

formula object

Value

character. model

Examples

Run this code
# NOT RUN {
aformula <- as.formula(medv ~ lstat)
astring <- string.formula(aformula)
print(astring)

# }

Run the code above in your browser using DataLab