Rdocumentation
powered by
Learn R Programming
rpart (version 2.0-3)
na.rpart: Handles Missing Values in an Rpart Object
Description
Handles missing values in an
rpart
object.
Usage
na.rpart(x)
Arguments
x
the formula or other object defining what terms should be included in the model
Details
Internal function that handles missing values when calling the function
rpart
.