typical | R Documentation |
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_integer = function(x) round(mean(x, na.rm = TRUE)), FUN_other = function(x) mean(x, na.rm = TRUE) )
... |
named arguments with vectors of values or functions for user-specified variables.
|
model |
Model object |
newdata |
data.frame (one and only one of the |
FUN_character |
the function to be applied to character variables. |
FUN_factor |
the function to be applied to factor variables. |
FUN_logical |
the function to be applied to factor variables. |
FUN_numeric |
the function to be applied to numeric variables. |
FUN_integer |
the function to be applied to integer variables. |
FUN_other |
the function to be applied to other variable types. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.