トップ 履歴 一覧 Farm ソース 検索 ヘルプ PDF RSS ログイン

coefficients()

*disclaimer
602978

[R]

coefficients()

  • モデル式の係数を出力する
> coefficients(lm.tmp)
                (Intercept) errdat6.2more.mean.tmp[, 1] 
                 0.54377359                 -0.07248479 

二つ目の係数

(coefficients(モデル))[2]
> (coefficients(lm.tmp))[2]
errdat6.2more.mean.tmp[, 1] 
                -0.07248479