Question
Use the yacca package in R to perform a canonical correlation analysis using the personal and performance sets of variables outlined below. library(yacca) #Example: perceived
Use the yacca package in R to perform a canonical correlation analysis using the personal and performance sets of variables outlined below.
library(yacca)
#Example: perceived personal attributes versus professional performance for US Judges
help(USJudgeRatings)
head(USJudgeRatings)
personal = USJudgeRatings[,c("INTG","DMNR","DILG","FAMI")]
performance = USJudgeRatings[,c("CFMG","DECI","PREP","ORAL","WRIT")]
a) Compute the canonical correlations
b) Test for the significance of the canonical correlations with alpha=0.01.
c)Generate two plots using the function helio.plot: one plot for cv=1 and one plot for cv=2.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started