predict.node1: Regression Models with Optimal Dichotomizing Predictors

View source: R/splitd.R

predict.node1R Documentation

Regression Models with Optimal Dichotomizing Predictors

Description

Regression models with optimal dichotomizing predictor(s), used either as boolean or continuous predictor(s).

Usage

## S3 method for class 'node1'
predict(object, newdata, ...)

Arguments

object

an node1 object, as an element of the listof return from functions add_dummy() or add_dummy_partition()

newdata

data.frame, candidate numeric predictors x's must have the same name and dimension as the training data. If missing, the training data is used

...

additional parameters, currently not in use

Value

Function predict.node1() returns a updated regression model.


maxEff documentation built on April 12, 2025, 2:11 a.m.