Description Usage Arguments Value Note See Also Examples
Apply a function to a vector for a combination of categories.
1  | apply.shrink(X, INDICES, FUN = NULL, names, ...)
 | 
X | 
 Input data to   | 
INDICES | 
 list of categories to be combined  | 
FUN | 
 Function to be applied  | 
names | 
 Column names for the resulting dataframe  | 
... | 
 Additional arguments to   | 
Dataframe of outcomes applying FUN to X for the
combination of categories in INDICES
Needs elaboration, or could be dropped/hidden, use merge instead.
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.