One or more variables to vary, or single-valued adjustment values.
Specify a variable name without an equal sign to use the default
display range, or any range
you choose (e.g. seq(0,100,by=2),c(2,3,7,14)).
The default list of values for which predictions are made
is taken as the list of unique values of the variable if they number fewer
than 11. For variables with \(>10\) unique values, np
equally spaced values in the range are used for plotting if the
range is not specified. Variables not specified are set to the default
adjustment value limits[2], i.e. the median for continuous
variables and a reference category for non-continuous ones.
Later variables define adjustment settings.
For categorical variables, specify the class labels in quotes when
specifying variable values. If the levels of a categorical variable
are numeric, you may omit the quotes. For variables not described
using datadist, you must specify explicit ranges and
adjustment settings for predictors that were in the model.
If no variables are specified in ..., predictions will be made by
separately varying all predictors in the model over their default
range, holding the other predictors at their adjustment values.
This has the same effect as specifying name as a vector
containing all the predictors. For rbind, ... represents a
series of results from Predict. If you name the results,
these names will be taken as the values of the new .set.
variable added to the concatenated data frames. See an example below.