[R] lm.fit glitch
Spencer Graves
spencer.graves at pdf.com
Wed Oct 29 01:22:53 CET 2003
I can replicate it as follows:
> (DF <- data.frame(x=c(1:2, NA, NA), y=c(NA, NA, 3:4)))
x y
1 1 NA
2 2 NA
3 NA 3
4 NA 4
> lm(y~x, DF, na.action=na.omit)
Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) :
0 (non-NA) cases
does this help? spencer graves
Shadi Barakat wrote:
>Hello all,
>
>I've seen this error posted before, but no hints to its origin. Does
>anyone have any ideas?
>
>------------------------------------------------
>Error in lm.fit(x, y, offset = offset, ...) :
> 0 (non-NA) cases
>------------------------------------------------
>
>Thx
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>
More information about the R-help
mailing list