search for: p1l74

Displaying 3 results from an estimated 3 matches for "p1l74".

Did you mean: p174
2009 Sep 18
0
Error: length(f1) == length(f2) is not TRUE (fwd)
...esn't work. Getting to the stage where I can use 'summary()' is the problem- the error stalls the process before a summary can be output. I tried the same code, but using 'family' and P1L55 as independent random factors, and that works. (I actually tried this with a new marker P1L74) > try(fit<-lmer(peg.no~1 + (1|family) + (1|P1L74), na.action=na.exclude)) > summary(fit) Linear mixed model fit by REML Formula: peg.no ~ 1 + (1 | family) + (1 | P1L74) AIC BIC logLik deviance REMLdev 2981 2997 -1487 2976 2973 Random effects: Groups Name Variance S...
2009 Sep 18
3
Error: length(f1) == length(f2) is not TRUE
Dear R users, I am trying to fit an lmer model with only random effects which is giving me the following error: Error : length(f1) == length(f2) is not TRUE In addition: Warning messages: 1: In P1L55:family : numerical expression has 390 elements: only the first used 2: In P1L55:family : numerical expression has 390 elements: only the first used I am trying to extract variance components
2009 Jul 15
2
Differing Variable Length Inconsistencies in Random Effects/Regression Models
...,sep="",dec=".",na.strings=NA,strip.white=T) > attach(vc) > > family<-factor(family) > colms<-(vc)[,4:13] > > names(vc) [1] "male.parent" "family" "offspring.id" "P1L55" "P1L73" [6] "P1L74" "P1L77" "P1L91" "P1L96" "P1L98" [11] "P1L100" "P1L114" "P1L118" "peg.no" "ec.length" [16] "syll.length" > > vcdf<-data.frame(family, co...