powered by
getCompleteData is a helper function for performing casewise deletion of missing values.
getCompleteData
getCompleteData(data, scale = NULL, verbose = FALSE)
getCompleteData returns an updated PROsetta_data object.
PROsetta_data
a PROsetta_data object.
the index of the scale to perform casewise deletion. Leave empty or set to "combined" to perform on all scales.
if TRUE, print status messages. (default = FALSE)
TRUE
FALSE
d <- getCompleteData(data_asq, verbose = TRUE)
Run the code above in your browser using DataLab