Usage Arguments Details Author(s)
1 | predictFtree(ftreeObj = NULL, .Xnew = NULL)
|
ftreeObj |
- An object of class |
.Xnew |
- A data frame with a new set of covariates for which to make a prediction(s). |
The code returns a list of length nrow(.Xnew). Each element of the list is a matrix whose
number of rows equals the number of the original argument values (discretizations) of the
functions contained in ftreeObj, while the number of columns is equal to the number of
trees contained in the ftreeObj (i.e. it's a vector for the 'single' mode ).
This function does not work with trees of type "wss".
Ogy Grujic ognjengr@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.