由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R的memory size,请教!
相关主题
questions about allocating memory in SAS问个R的内存问题
R Error Message: cannot allocate vector of size 128.0 MbA question: How can I do a SVD of a matrix of 10000X9000 in R?
请教一个问题包子答谢:An I/O error has occurred on file abc.DATA如何读取存在.rda文件里的大矩阵?
A question about RR matlab SAS谁快?
Help: cannot allocate memory block (in R)谁用过surveyselect 啊, 救我啊
Matlab Out of Memory 的问题【包子】R处理大dataset问题
程序出现错误,是PC容量的问题,还是code 问题?请教一个bootstrapping的问题。
linear regression的时候其实,我觉得统计专业的同学不是很适合干data scientist 的工作
相关话题的讨论汇总
话题: memory话题: size话题: mlogit话题: 16g话题: mb
进入Statistics版参与讨论
1 (共1页)
s*******t
发帖数: 1743
1
要转一个mlogit model
数据有708488rows, 42columns
我电脑是win7,内存16G,R用得是64bit的
但是还有遇到这个error:
Error: cannot allocate vector of size 11.8 Mb
有什么办法解决吗?
按说这个数据大小,有16G的内存应该够了呀
c*******o
发帖数: 8869
2
it could be due to poorly written package. what is it?

【在 s*******t 的大作中提到】
: 要转一个mlogit model
: 数据有708488rows, 42columns
: 我电脑是win7,内存16G,R用得是64bit的
: 但是还有遇到这个error:
: Error: cannot allocate vector of size 11.8 Mb
: 有什么办法解决吗?
: 按说这个数据大小,有16G的内存应该够了呀

h***i
发帖数: 3844
3
I guess it is mlogit

【在 c*******o 的大作中提到】
: it could be due to poorly written package. what is it?
s*******t
发帖数: 1743
4
mlogit

【在 c*******o 的大作中提到】
: it could be due to poorly written package. what is it?
i*****y
发帖数: 188
5
I guess you need to increase the maximum memory that can be allocated to R
by using memory.limit()
h**t
发帖数: 1678
6
you have to increase the memory limit used before running you code:
memory.limit()
64bit is 8Tb; the code is in Mb.
1 (共1页)
进入Statistics版参与讨论
相关主题
其实,我觉得统计专业的同学不是很适合干data scientist 的工作Help: cannot allocate memory block (in R)
请教decision science这个领域主要应用什么技能Matlab Out of Memory 的问题
Memory Error in pandas.concat with Python程序出现错误,是PC容量的问题,还是code 问题?
请教:Stata12 里面 MLOGIT model 里面怎么求 Predicted Probabilitylinear regression的时候
questions about allocating memory in SAS问个R的内存问题
R Error Message: cannot allocate vector of size 128.0 MbA question: How can I do a SVD of a matrix of 10000X9000 in R?
请教一个问题包子答谢:An I/O error has occurred on file abc.DATA如何读取存在.rda文件里的大矩阵?
A question about RR matlab SAS谁快?
相关话题的讨论汇总
话题: memory话题: size话题: mlogit话题: 16g话题: mb