Description Usage Arguments Value See Also Examples
Retrieve elements grouped by their unique group based on each categorical column
1 |
df |
Data frame |
List of lists containing values based on rownames of df
testGroupIndependence()
and
plotGroupIndependence()
1 2 3 4 | df <- data.frame("race"=c("caucasian", "caucasian", "asian"),
"gender"=c("male", "female", "male"))
rownames(df) <- paste("subject", 1:3)
parseCategoricalGroups(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.