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 to Expert-Tailored 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

Discrete Mathematics Mathematical Reasoning And Proof With Puzzles, Patterns, And Games

Authors: Douglas E Ensley, J Winston Crawley

1st Edition

1118226534, 9781118226537

More Books

Students also viewed these Mathematics questions

Question

Coaching and motivational behavior

Answered: 1 week ago