Rdocumentation
powered by
Learn R Programming
tree (version 1.0-37)
na.tree.replace: Replace NAs in Predictor Variables
Description
Adds a new level called
"NA"
to any discrete predictor in a data frame that contains
NA
s. Stops if any continuous predictor contains an
NA
.
Usage
na.tree.replace(frame)
Arguments
frame
data frame used to grow a tree.
Value
data frame such that a new level named
"NA"
is added to any discrete predictor in
frame
with
NA
s.
Details
This function is used via the
na.action
argument to
tree
.
See Also
tree
,
na.omit
.