Additional predictor as numeric.
add_numeric(
start.model,
x,
data = eval(start.model$call$data),
mc.cores = getOption("cores"),
...
)Function add_numeric() returns an add_numeric object,
which is a listof objects with an internal class 'add_numeric_'.
Function add_numeric() treats each additional predictor as a numeric variable,
and updates the starting model with each additional predictor.