Learn R Programming

DFA.CANCOR (version 0.2.2)

data_CCA_Tabachnik: data_CCA_Tabachnik

Description

A data frame with scores on 4 variables for 8 cases. Used by Tabachnik & Fidell (2013, p. 589) in their chapter on canonical correlation.

Usage

data(data_CCA_Tabachnik)

Arguments

Examples

Run this code
# NOT RUN {
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