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

2011-08-18 Thread Jie TANG
my qustion is if my miss value in my dataset is - for example : 1 3 21 33 - 23 33 - how can I plot or analysis this dataset ignoring the missing value ? thanks . -- TANG Jie [[alternative HTML version deleted]] __

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

2011-08-18 Thread Daniel Malter
if your vector of data is x, use x[x!=-]. 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