View source: R/predict.logreg2.R
predict.logreg2 | R Documentation |
INTERNAL FUNCTION TO EVALUATE IMPORTANCE OF PREDICTOR COMBINATIONS
## S3 method for class 'logreg2'
predict(object, msz, ntr, newbin, newsep, newcens, ...)
object |
An object of class |
msz |
Max number of leaves on a tree |
ntr |
Number of trees in object |
newbin |
matrix containing new datapoints for prediction |
newsep |
new number of separate predictors |
newcens |
censoring indicator |
outframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.