character string denoting whether the predictions are returned as a vector (default) or as a tsp.tree object.
split
governs the handling of missing values. If false, cases with missing values are dropped down the tree until a leaf is reached or a node for which the attribute is missing, and that node is used for prediction. If split = TRUE cases with missing attributes are split into fractional cases and dropped down each side of the split. The predicted values are averaged over the fractions to give the prediction.
nwts
weights for the newdata cases, used when predicting a tsp.tree.
eps
a lower bound for the probabilities, used if events of predicted probability zero occur in newdata when predicting a tree.