由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Please help me in R
相关主题
a job opening请教如何写这个sas代码?
【工作机会】SAS programmer with 3yr experience-DC如何强行合并两个datasets?
Opening for SAS Programmer in DC[SAS]怎么快捷地删除Macro 里创建的临时dataset和macro variab
问2个基本概念: ad hoc, data validation.请教一个UNIX下面用SAS的弱智问题
从大data 产生多个小data 的方法问一个data subset的问题
发包子求大牛解SAS问题,急[help]10个包子求KDD cup 2009 的orange公司dataset
SAS Question问个效率问题 SQL vs data step,大数据量
Dataset merge的一个问题a sas merge question
相关话题的讨论汇总
话题: me话题: program话题: datasets话题: analyse话题: error
进入Statistics版参与讨论
1 (共1页)
n******9
发帖数: 26
1
When I use a R program to analyse my data( the program is written by the phd
students in our group. I don't know much R, but just use the program to
analyse), I had the error " Error in svd(X) : infinite or missing values in
'x'" for some datasets.
The program did work for some datasest. And I am sure there are no missing
values in all the datasets. Could some one give me a clue about what might
cause the errors?
Thank you
l*********s
发帖数: 5409
2
Sounds like bugs.
n******9
发帖数: 26
3
When I changed the code
betahat = optim(betaI, QuadForm)$par;
to
betahat = optim(betaI, QuadForm, method = "BFGS")$par;
I have no idea why this could happen. :(
l*****k
发帖数: 587
4
check the code for X feed to svd, your datasets may contain NA after
manipulation

phd
in

【在 n******9 的大作中提到】
: When I use a R program to analyse my data( the program is written by the phd
: students in our group. I don't know much R, but just use the program to
: analyse), I had the error " Error in svd(X) : infinite or missing values in
: 'x'" for some datasets.
: The program did work for some datasest. And I am sure there are no missing
: values in all the datasets. Could some one give me a clue about what might
: cause the errors?
: Thank you

1 (共1页)
进入Statistics版参与讨论
相关主题
a sas merge question从大data 产生多个小data 的方法
SAS菜鸟请教如果使SAS的output的结果放到一个文件内?发包子求大牛解SAS问题,急
请教一个问题包子答谢:An I/O error has occurred on file abc.DATASAS Question
怎样检查俩个大的dataset一样Dataset merge的一个问题
a job opening请教如何写这个sas代码?
【工作机会】SAS programmer with 3yr experience-DC如何强行合并两个datasets?
Opening for SAS Programmer in DC[SAS]怎么快捷地删除Macro 里创建的临时dataset和macro variab
问2个基本概念: ad hoc, data validation.请教一个UNIX下面用SAS的弱智问题
相关话题的讨论汇总
话题: me话题: program话题: datasets话题: analyse话题: error