predict.node1 {maxEff} | R 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 |
newdata |
data.frame, candidate numeric predictors |
... |
additional parameters, currently not in use |
Value
Function predict.node1()
returns a updated regression model.
[Package maxEff version 0.1.1 Index]