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