sas_ex2 | R Documentation |
This dataset includes seven variables from the SAS manual.
data("sas_ex2")
A 10x7 data matrix.
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_transreg_details23.htm
data(sas_ex2)
## Redundancy Analysis
rda(X_vars=c("x1", "x2", "x3", "x4"),
Y_vars=c("y1", "y2", "y3"),
data=sas_ex2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.