
Cut(data, cutoff = 0.75, method = "pearson", ID = FALSE, ...)
data(hqmr.data)
#' # check the number of missing values
nmissing(hqmr.data[, -79])
# impute the data by the CUTOFF method
impdata <- Cut(data = hqmr.data)
nmissing(impdata)
Run the code above in your browser using DataLab