Displaying 1 result from an estimated 1 matches for "log2cm".
Did you mean:
log2
2005 Oct 04
1
lmList error message
...m.fit(x, y, offset = offset, singular.ok =
singular.ok, ...) : NA/NaN/Inf in foreign function
call (arg 4)" I'm not able to understand what it
means. Could anyone help me with it?
Thanks all in advance.
Kevin
### commands and output ###
##########################
lm.S <- lmList(Log2CM ~~ Strain | reporterID,
data=data.tall, pool=F)
> length(levels(data.tall$reporterID))
[1] 6513
> levels(data.tall$Strain)
[1] "WT" "KO"
>datatall[1:20,]
Log2CM reporterID Strain
3.430192973 IMAGE:1260690 KO
6.420003752 IMAGE:481703 KO
-2.135514971 IMAGE:1432976 KO
-...