sas_ex1 | R Documentation |
This dataset includes six variables of fitness club data from the SAS manual.
data("sas_ex1")
A 20x6 data matrix.
https://documentation.sas.com/doc/en/statcdc/14.2/statug/statug_cancorr_example01.htm
data(sas_ex1)
## Canonical Correlation Analysis
cancorr(X_vars=c("Weight", "Waist", "Pulse"),
Y_vars=c("Chins", "Situps", "Jumps"),
data=sas_ex1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.