Hi, I'm wondering what the fastest way is to delete certain data points 
(observations) in a data frame. 
I have a vector of the indices/row.names I would like to delete. I have tried 
replacing list by list, but it always complains about different lengths, 
"replacing list of length a with length b" and so on.
 
Another way to think of it is that it's a generazation of na.rm I guess.
 
Thanks,
Karen
_________________________________________________________________


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to