Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Calculus Early Transcendentals

Authors: James Stewart

7th edition

538497904, 978-0538497909

Students also viewed these Mathematics questions

Question

=+c) Why did the researcher remove the Rent Index from the model?

Answered: 1 week ago