项目作者: bayuprasetyaa

项目描述 :
Canonical Analysis using R Notebook
高级语言: HTML
项目地址: git://github.com/bayuprasetyaa/CanonicalAnalysis.git
创建时间: 2021-05-22T08:29:05Z
项目社区:https://github.com/bayuprasetyaa/CanonicalAnalysis

开源协议:

下载


CanonicalAnalysis

Canonical Analysis using R Notebook




Description of the data
For our analysis example, we are going to expand example 1 about investigating the associations between psychological measures and academic achievement measures.We have a data file, mmreg.dta, with 600 observations on eight variables.

The psychological variables are

  • locus_of_control
  • self_concept
  • motivation

The academic variables are

  • standardized tests in reading (read)
  • writing (write)
  • math (math)
  • science (science)

the variable female is a zero-one indicator variable with the one indicating a female student.

References: https://stats.idre.ucla.edu/r/dae/canonical-correlation-analysis/