Re: [問題] 請問計算大量的線性迴歸.....

看板Statistics作者 (jims)時間17年前 (2007/05/15 11:51), 編輯推噓2(201)
留言3則, 1人參與, 最新討論串3/4 (看更多)
我以為找到解套方式 memory.limit(size=2000) > idcount [1] 12049425 > > Independent <- seq(1,idcount,by=1) > model <- lm(U ~ Independent) 錯誤: 無法指派大小為 188272 Kb 的向量 停止執行 還是出現這樣的錯誤訊息 我的資料向量數是idcount(U 跟Independent) 是否太大了? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 210.69.175.253

05/15 12:51, , 1F

05/15 12:54, , 2F
lm default is QR method, try faster Cholesky decomposition
05/15 12:54, 2F

05/15 12:56, , 3F
but may be less accurate.
05/15 12:56, 3F
文章代碼(AID): #16IIvDKN (Statistics)
文章代碼(AID): #16IIvDKN (Statistics)