Skip to content

extracting rows

2 messages · Eberhard Prang, Jason Turner

#
Hello everyone,

just started working with R and need some assistance. 
After time series calculations I hold a data frame with scattered NA's.
Now I'd like to extract all those rows entirely free of NA's.  

Thank you for help.

E.Prang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010510/46c4b2a9/attachment.html
#
na.omit(your.data.frame)

Regards

Jason