Learn R Programming

LogicForest (version 2.1.2)

frame.logreg2: 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)

Value

outframe

Arguments

fit

An object of type "logreg" fit to data

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.