Adds a new level called "NA" to any discrete predictor in a data frame that contains NAs. Stops if any continuous predictor contains an NA.
添加一个新的水平,"NA"在一个数据框,它包含NA的任何一个离散的预测。如果停止任何连续预测包含一个NA。
用法----------Usage----------
na.tree.replace(frame)
参数----------Arguments----------
参数:frame
data frame used to grow a tree. </table>
数据框,用于种植树木。 </ TABLE>
Details
详细信息----------Details----------
This function is used via the na.action argument to tree.
此功能用于通过na.actiontree参数。
值----------Value----------
data frame such that a new level named "NA" is added to any discrete predictor in frame with NAs.
数据框,例如一个新的水平名为"NA"的被添加到任何一个离散的预测frameNA的。