| sas_ex1 | R Documentation |
This dataset includes six variables of fitness club data from the SAS manual.
sas_ex1
A data frame with 20 rows and 6 variables:
Weight measurement
Waist measurement
Pulse measurement
Number of chin-ups
Number of sit-ups
Number of jumps
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.