> result <- nls( y1 ~ c + (d-c)/(1+exp(-(a+b*x1))), start = list(a=-10, b=0.2, c=150, d=220), trace=TRUE)という式にあてはめて,a,b,c,dのパラメータを推定することはできたのですが,
> summary(result)このモデルが実データとどの程度当てはまっているのかを検討したいのですが,そのようなことはできますでしょうか?
Formula: y1 ~ c + (d - c)/(1 + exp(-(a + b * x1)))
Parameters:
Estimate Std. Error t value Pr(>|t|)
a -47.6745 48.9836 -0.973 0.337
b 0.9222 0.9484 0.972 0.337
c 132.3460 10.5003 12.604 9.14e-15 ***
d 225.2855 8.0702 27.916 < 2e-16 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 37.57 on 36 degrees of freedom
Number of iterations to convergence: 26
Achieved convergence tolerance: 9.581e-06
● 「統計学関連なんでもあり」の過去ログ--- 043 の目次へジャンプ
● 「統計学関連なんでもあり」の目次へジャンプ
● 直前のページへ戻る