powered by
This dataset includes seven variables from the SAS manual.
sas_ex2
A matrix with 10 rows and 7 columns:
Y variables
X variables
data(sas_ex2) # \donttest{ ## Redundancy Analysis rda(X_vars=c("x1", "x2", "x3", "x4"), Y_vars=c("y1", "y2", "y3"), data=sas_ex2) # }
Run the code above in your browser using DataLab