| add_dummy | R Documentation |
Additional logical Predictor
add_dummy(
start.model,
x,
data = eval(start.model$call$data),
mc.cores = getOption("mc.cores"),
...
)
start.model |
a regression model, e.g., lm, glm, or coxph, etc. |
x |
one-sided formula,
numeric predictors |
data |
(optional) data.frame in the model call of |
mc.cores |
integer scalar, see function mclapply |
Function add_dummy() returns an object of class 'add_dummy'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.