predict.logreg2: Internal Logic Forest Functions

View source: R/predict.logreg2.R

predict.logreg2R 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


LogicForest documentation built on Aug. 8, 2025, 7:46 p.m.