seqFreq | R Documentation |
Find Sequential Exclusions Due to NAs
seqFreq(..., labels = NULL, noneNA = FALSE)
... |
any number of variables |
labels |
if specified variable labels will be used in place of variable names |
noneNA |
set to |
Finds the variable with the highest number of NA
s. From the non-NA
s on that variable find the next variable from those remaining with the highest number of NA
s. Proceed in like fashion. The resulting variable summarizes sequential exclusions in a hierarchical fashion. See this for more information.
factor
variable with obs.per.numcond
attribute
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.