Superseded by datagrid(...)
typical(
...,
model = NULL,
newdata = NULL,
FUN.character = Mode,
FUN.factor = Mode,
FUN.logical = Mode,
FUN.numeric = function(x) mean(x, na.rm = TRUE),
FUN.other = function(x) mean(x, na.rm = TRUE)
)
named arguments with vectors of values for user-specified variables. The output will include all combinations of these variables (see Examples below.)
Model object
data.frame (one and only one of the model
and newdata
arguments
the function to be applied to character variables.
the function to be applied to factor variables.
the function to be applied to factor variables.
the function to be applied to numeric variables.
the function to be applied to other variable types.