| predict_add_dummy | R Documentation |
Regression models with optimal dichotomizing predictor(s), used either as boolean or continuous predictor(s).
## S3 method for class 'add_dummy'
predict(object, ...)
## S3 method for class 'add_dummy_'
predict(object, newdata, ...)
object |
an |
... |
additional parameters, currently not in use |
newdata |
data.frame, candidate numeric predictors |
Function predict.add_dummy() returns a listof regression models.
Function predict.add_dummy_() returns a updated regression model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.