No.22622 Re: 複合アウトカム 【青木繁伸】 2018/10/16(Tue) 17:55
EZR は,R のシュガーコートなので,R の全てに対応しているわけではない
(EZR にどっぷりというのは避けた方がよい)
R には,cancor という関数がある(stats に含まれているので,library とかしないで,すぐ使える)
使用例(example)も見ることができる> example(cancor)
cancor> ## No test:
cancor> ## signs of results are random
cancor> pop <- LifeCycleSavings[, 2:3]
cancor> oec <- LifeCycleSavings[, -(2:3)]
cancor> cancor(pop, oec)
$cor
[1] 0.8247966 0.3652762
$xcoef
[,1] [,2]
pop15 -0.009110856 -0.03622206
pop75 0.048647514 -0.26031158
$ycoef
[,1] [,2] [,3]
sr 0.0084710221 3.337936e-02 -5.157130e-03
dpi 0.0001307398 -7.588232e-05 4.543705e-06
以下略
● 「統計学関連なんでもあり」の過去ログ--- 048 の目次へジャンプ
● 「統計学関連なんでもあり」の目次へジャンプ
● 直前のページへ戻る