LoginSignup
1
2

More than 5 years have passed since last update.

順序尺度データでアルファ係数を求める

Last updated at Posted at 2016-04-20

ポリコリック相関を算出できるデータに限りますが,データのポリコリック相関の相関行列を用いればα係数を算出することができます(要 psych パッケージ)。

pmat <- polychoric(データ行列)
alpha(pmat$rho)

原論文

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2