由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - a question in r
相关主题
有人作qtl mapping的吗?我现在有一个数据处理的问题。谢谢Question about the variable names in ARRAY
请问有做quantitative genetics的人吗?问个kinship和mixed mod (转载)[合集] SAS/IML problem
我的SAS CODE 错那儿了?topic for PhD dissertation
Two statistic questions!![合集] 请教如何分析tag SNPs 以找出和疾病相关的Markers
biostatistician position in Monsanto关于Positive definite一问。谢谢指点。
logistic repression 多分类变量定义哑变量与不定义,结果为何截然不同?请教一个R question: 怎么读missing character data
问一个问题: error of ratio关于robust regression: rlm()的问题
question about regression in plm (转载)R 问题:内存不够自动关闭程序怎么办
相关话题的讨论汇总
话题: pheno话题: fm1话题: ttable话题: subclass话题: question
进入Statistics版参与讨论
1 (共1页)
w*****1
发帖数: 473
1
Hi,
I am trying to use lme function to find correlation between phenotype and
genotype. My code is as follows:
library(nlme)
> pheno<-read.table('length2.dat',head=T,as.is=T)
> unique.class<-unique(pheno$cnvregion)
for(x in unique.class){
+{subclass<-pheno[pheno$cnvregion==x,]
+ templocus <-subclass$cnvclass
+ fm1 <- lme(pheno~templocus, data=subclass, random=~1|famid, na.action=na.
omit)
+ temp.p <- summary(fm1)$tTable[dim(summary(fm1)$tTable)[1], dim(summary(fm1
)$tTable)[2]]
+ cat(temp.p, "\n", file="p.txt")}
Then here is a error like this:
Error in MEEM(object, conLin, control$niterEM) :
Singularity in backsolve at level 0, block 1
Is there anyone who can tell me what the error mean and how to fix it? I can
give you baozi for it. Thanks a lot!
1 (共1页)
进入Statistics版参与讨论
相关主题
R 问题:内存不够自动关闭程序怎么办biostatistician position in Monsanto
The X'X matrix has been found to be singular ...logistic repression 多分类变量定义哑变量与不定义,结果为何截然不同?
[合集] SAS求助,急~~~~~~~~~~~~问一个问题: error of ratio
How to rank variables in regression?question about regression in plm (转载)
有人作qtl mapping的吗?我现在有一个数据处理的问题。谢谢Question about the variable names in ARRAY
请问有做quantitative genetics的人吗?问个kinship和mixed mod (转载)[合集] SAS/IML problem
我的SAS CODE 错那儿了?topic for PhD dissertation
Two statistic questions!![合集] 请教如何分析tag SNPs 以找出和疾病相关的Markers
相关话题的讨论汇总
话题: pheno话题: fm1话题: ttable话题: subclass话题: question