Last chance! 50% off unlimited learning
Sale ends in
A data frame with scores on 4 variables for 8 cases. Used by Tabachnik & Fidell (2019, p. 451) in their chapter on canonical correlation.
data(data_CCA_Tabachnik)
# \donttest{
head(data_CCA_Tabachnik)
CANCOR(data = data_CCA_Tabachnik,
set1 = c('TS','TC'),
set2 = c('BS','BC'),
plot = 'yes', plotCV = 1,
verbose=TRUE)
# }
Run the code above in your browser using DataLab