Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rm.na

Remove missing values


Description

Remove NA's, NAN's and INF's from a vector.

Usage

rm.na(x)

Arguments

x

A numeric vector

Value

A vector with all NA's remove.

Author(s)

Jean Yang

Examples

x <- round(rnorm(10), 2)
x[c(2,4,5)] <- NA
x
rm.na(x)

marray

Exploratory analysis for two-color spotted microarray data

v1.68.0
LGPL
Authors
Yee Hwa (Jean) Yang <jeany@maths.usyd.edu.au> with contributions from Agnes Paquet and Sandrine Dudoit.
Initial release
2009-08-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.