remove.NA {agce} | R Documentation |
If one row of the data matrix contains missing measurements, the row is delete.
remove.NA(data)
data |
The matrix of measurements |
The data matrix (missing values removed).
Raphael Gottardo
data(Bt20) remove.NA(Bt20)