由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R 问题请教
相关主题
[包子] R的结果里求AIC请教一个概率问题
R 再请教compute AIC in Proc Logisitic and Proc Phreg
what is happening if I got Big negarive AIC/BIC? help~AIC for training data and hold-out data
R 如何自动保存结果到PDF里面?已知两组数据,x,y 要找出function, f(x)=y
questions about intercept term in regression请教R 的高手一个PLOT的问题
请教linear regression中的subset selection算法[合集] 请教个differential equation/control theory问题
通常Predictor越多AIC是不是应该越低?问关于survival analysis的R code
请教专家AICc和Adjusted R2不一致是什么原因因为一个组中没有死亡(event), 没有办法做Cox怎么办?
相关话题的讨论汇总
话题: aic话题: step话题: equation话题: function话题: extractaic
进入Statistics版参与讨论
1 (共1页)
l*********d
发帖数: 254
1
在选择regression model的时候,用到step() function :step forward, step
backward and step both.
在以上三种step() function 选择model的过程中,都用到了AIC value作为选择的标准
.因而在step() function中,是包含了计算AIC的equation的。另一方面,AIC()
function同样也是计算AIC值的,但是所得到的AIC与从step()function得到的AIC是不
同的。因为它们用了不同的equation 来计算AIC. 问题是,我要怎样才能在R中看到这
两个不同的equation呢?换句话说,我应该用什么样的code才能找到这两个equation呢
? 请各位高手指点!谢谢!
F****r
发帖数: 151
2
the help on AIC and extractAIC functions in R may be helpful
l*********d
发帖数: 254
3
Really thank you!
The help says:
The criterion used is
AIC = - 2*log L + k * edf,
where L is the likelihood and edf the equivalent degrees of freedom (i.e.,
the number of free parameters for usual parametric models) of fit.
For linear models with unknown scale (i.e., for lm and aov), -2log L is
computed from the deviance and uses a different additive constant to logLik
and hence AIC. If RSS denotes the (weighted) residual sum of squares then
extractAIC uses for - 2log L the formulae RSS/s - n (c

【在 F****r 的大作中提到】
: the help on AIC and extractAIC functions in R may be helpful
1 (共1页)
进入Statistics版参与讨论
相关主题
因为一个组中没有死亡(event), 没有办法做Cox怎么办?questions about intercept term in regression
问个r问题请教linear regression中的subset selection算法
一个简单的数学问题,我和我老板争论不停,其中一定有一个人是(转载)通常Predictor越多AIC是不是应该越低?
新手问个R里vectorization的问题请教专家AICc和Adjusted R2不一致是什么原因
[包子] R的结果里求AIC请教一个概率问题
R 再请教compute AIC in Proc Logisitic and Proc Phreg
what is happening if I got Big negarive AIC/BIC? help~AIC for training data and hold-out data
R 如何自动保存结果到PDF里面?已知两组数据,x,y 要找出function, f(x)=y
相关话题的讨论汇总
话题: aic话题: step话题: equation话题: function话题: extractaic