Sunday, February 15, 2015

Removing rows with NAs in R

http://stackoverflow.com/questions/4862178/remove-rows-with-nas-in-data-frame

Basically : use complete.cases() and na.omit()