由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Stochastic Gradient Ascent for logistic regression in R -- Convergence problem !
相关主题
求助各位大牛一个SAS的问题Q's when fitting exact logistic regression...
一个理论题lmer() 收敛的问题
logistic regression on 3 billion records (转载) R help!!!
谁给说说marketing analysis主要做什么发包子请人review我的syllabus - stochastics
如何用python读取大数据 (转载)发包子求paper (转载)
求购一本统计学的书MCMC算法的Posterior Std. 一定是减少的么?
Slutsky theorem for stochastic process一般如何证明MCMC算法得到的sample是来自targeted distribution的呢?
null model fit statistics (in proc logistic and etc)[新手求救]怎样输出logistic regression的结果?
相关话题的讨论汇总
话题: ascent话题: gradient话题: stochastic话题: logistic
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
Hi. guys,
I am trying to write my own Stochastic Gradient Ascent for logistic
regression in R. But it seems that I am having convergence problem.
Am I doing anything wrong, or just the data is off?
Here is my code in R -
lbw <-
read.table("http://www.biostat.jhsph.edu/~ririzarr/Teaching/754/lbw.dat"
, header=TRUE)
attach(lbw)
lbw[1:2,]
low age lwt race smoke ptl ht ui ftv bwt
1 0 19 182 2 0 0 0 1 0 2523
2 0 33 155 3 0 0 0 0 3 2551
#-----R implementation of l
1 (共1页)
进入Statistics版参与讨论
相关主题
[新手求救]怎样输出logistic regression的结果?如何用python读取大数据 (转载)
Logistics forecasting 前景如何? (转载)求购一本统计学的书
保险公司technical interview 会怎么问?Slutsky theorem for stochastic process
请教R和 usenet的问题null model fit statistics (in proc logistic and etc)
求助各位大牛一个SAS的问题Q's when fitting exact logistic regression...
一个理论题lmer() 收敛的问题
logistic regression on 3 billion records (转载) R help!!!
谁给说说marketing analysis主要做什么发包子请人review我的syllabus - stochastics
相关话题的讨论汇总
话题: ascent话题: gradient话题: stochastic话题: logistic