frame.logreg2 {LogicForest} | R Documentation |
INTERNAL FUNCTION TO EVALUATE IMPORTANCE OF PREDICTOR COMBINATIONS
Description
INTERNAL FUNCTION TO EVALUATE IMPORTANCE OF PREDICTOR COMBINATIONS
Usage
frame.logreg2(fit, msz, ntr, newbin, newresp, newsep, newcens, newweight)
Arguments
fit |
An object of type |
msz |
Max number of leaves on a tree |
ntr |
Number of trees of fit |
newbin |
new binary variables |
newresp |
new response variable |
newsep |
new number of separate predictors |
newcens |
new censoring indicators |
newweight |
new weightings |
Details
This function is called by predict.logreg2
. It is not intended to be used independently.
Value
outframe
[Package LogicForest version 2.1.2 Index]