Skip to content

Instantly share code, notes, and snippets.

@jeffreyiacono
Created January 9, 2013 08:31
Show Gist options
  • Select an option

  • Save jeffreyiacono/4491586 to your computer and use it in GitHub Desktop.

Select an option

Save jeffreyiacono/4491586 to your computer and use it in GitHub Desktop.
remove NA from R data
no_nas <- complete.cases(something_with_nas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment