Dear All,
I have two vectors:
tt = c(6.87, 7.43, 6.4, 4.5, 5.5, 5.87, NA, NA, NA, 7.7)
year = 1966:1975
Residuals
lm(tt~year)$res
do not contain NAs for the three years of missing temperature tt. Is there a
simple way to get these NAs back into the residual's vector?
Thank you,
Sorama
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.