remove.NA {agce}R Documentation

Remove the rows with missing values.

Description

If one row of the data matrix contains missing measurements, the row is delete.

Usage

remove.NA(data)

Arguments

data The matrix of measurements

Value

The data matrix (missing values removed).

Author(s)

Raphael Gottardo

Examples

data(Bt20)
remove.NA(Bt20)

[Package agce version 1.2 Index]