View source: R/remove_missing.R
remove_missing | R Documentation |
Remove subjects with too much missing data on a given latent construct
remove_missing(x, factor_list = list(), missing_allowed = 1, id = "Subject")
x |
dataframe |
factor_list |
list of factors and tasks. e.g., list(WMC = c("OSpan", "RotSpan", SymSpan")) |
missing_allowed |
Proportion of tasks allowed to be missing |
id |
Subject ID variable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.