Learn R Programming

rpart (version 2.0-3)

model.frame.rpart: Create a Model Frame for fitting an Rpart Object

Description

model.frame method for rpart objects.

Usage

model.frame.rpart(formula, ...)

Arguments

formula
the formula or other object defining what terms should be included in the model frame.

Value

  • An object of class model.frame suitable for fitting an rpart-based model. Called by rpart and other functions for manipulating rpart objects.

Details

This function is a method for the generic function model.frame for class rpart. It can be invoked by calling model.frame for an object of the appropriate class, or directly by calling model.frame.rpart regardless of the class of the object.

See Also

model.frame