|
|
地板

楼主 |
发表于 2010-3-19 21:04:48
|
只看该作者
Re: 关于PROC NLIN过程步的一个问题请教
Indeed, it works on SAS 9.2. On the other hand, since output data set gives L95 and U95, and the t statistic is computable, probably the following formula is helpful for your question.
[list:144vhe7g]Let t_0.05 = t(n-p, 1-0.05/2), t_alpha = t(n-p, 1-alpha/2) , t statistic with df = n-p where n is the number of observations, and p is the number of parameters.
L_alpha = (t_alpha/t_0.05)*0.5*(L95-U95) +0.5*(L95+U95);[/list:u:144vhe7g]
Of note, please justify it before using the formula.
JingJu |
|