[R] how to analysis a dataset with some missing value?

Daniel Malter daniel at umd.edu
Thu Aug 18 10:03:26 CEST 2011


if your vector of data is x, use x[x!=-9999]. Subseting entire data frames
works analogously.

HTH,
Daniel

--
View this message in context: http://r.789695.n4.nabble.com/how-to-analysis-a-dataset-with-some-missing-value-tp3751940p3752003.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list