View source: R/helper_functions.R
getCompleteData | R Documentation |
getCompleteData
is a helper function for performing casewise deletion of missing values.
getCompleteData(data, scale = NULL, verbose = FALSE)
data |
a |
scale |
the index of the scale to perform casewise deletion. Leave empty or set to "combined" to perform on all scales. |
verbose |
if |
getCompleteData
returns an updated PROsetta_data
object.
d <- getCompleteData(data_asq, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.