View source: R/compute.group.cell.codes.R
compute.group.cell.codes | R Documentation |
Calculate subgroup codes. Useful for input into other grouping functions and for performing specific tests (ex. one-way ANOVA on multivariate data).
compute.group.cell.codes(fx, data = NULL, start.at = 1)
fx |
Formula - defines formula for dependent variable and subgroups ( dv ~ v1 + v2 + ...) |
data |
Data Frame - data frame with columns corresponding to variables in fx. |
start.at |
Scalar - A number to start numbering at. |
A vector the same length as rows in data containing the results the subgroup code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.