[R] subset data frame by variable with missing value
ramoss
ramine.mossadegh at finra.org
Fri Nov 30 16:27:05 CET 2012
Hello,
I have a variable in a data frame that contains NA values. I just want to
subset so that I get the obs where that variable is missing.
In SAS I would do:
data missing;
set test;
if myvalue=' ';
run;
How can I perform this simple task in R?
Thanks in advance for your help.
--
View this message in context: http://r.789695.n4.nabble.com/subset-data-frame-by-variable-with-missing-value-tp4651439.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list