purge_by_qt | R Documentation |
purge_by_qt
replaces the data entries at CV > quantile
with NA.
purge_by_qt(df, id, pt_cv = NULL, min_n = 1L, rm_allna = FALSE)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
id |
Character string; one of |
pt_cv |
Numeric between 0 and 1; the percentile of CV. Values above the
percentile threshold will be replaced with NA. The default is NULL with no
data trimming by CV percentile. The precedence in data purging is
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.