Learn R Programming

DFA.CANCOR (version 0.2.3)

data_CCA_De_Leo: data_CCA_De_Leo

Description

A data frame with scores on 14 variables that have the same correlational structure, and which produce the same canonical correlation analysis results, as those reported in De Leo and Wulfert (2013).

Usage

data(data_CCA_De_Leo)

Arguments

Examples

Run this code
# \donttest{
head(data_CCA_De_Leo)
     
CANCOR(data = na.omit(data_CCA_De_Leo),
       set1 = c('Tobacco_Use','Alcohol_Use','Illicit_Drug_Use','Gambling_Behavior',
                'Unprotected_Sex','CIAS_Total'),
       set2 = c('Impulsivity','Social_Interaction_Anxiety','Depression',
                'Social_Support','Intolerance_of_Deviance','Family_Morals',
                'Family_Conflict','Grade_Point_Average'),
       plot = 'yes', plotCV = 1,
       verbose=TRUE)
# }

Run the code above in your browser using DataLab