replaceNaDS.Rd
This function identifies missing values and replaces them by a value or values specified by the analyst.
replaceNaDS(xvect, replacements)
a new vector without missing values
This function is used when the analyst prefer or requires complete vectors.
It is then possible the specify one value for each missing value by first returning
the number of missing values using the function numNaDS
but in most cases
it might be more sensible to replace all missing values by one specific value e.g.
replace all missing values in a vector by the mean or median value. Once the missing
values have been replaced a new vector is created.