predict.logreg2 {LogicForest}R Documentation

Internal Logic Forest Functions

Description

INTERNAL FUNCTION TO EVALUATE IMPORTANCE OF PREDICTOR COMBINATIONS

Usage

## S3 method for class 'logreg2'
predict(object, msz, ntr, newbin, newsep, newcens, ...)

Arguments

object

An object of class "logreg"

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

Value

outframe


[Package LogicForest version 2.1.2 Index]