post_clean_chance | R Documentation |
User-friendly wrapper to replace below-chance records with NA
in ACE data processed with proc_by_module
. Currently only
compatible with ACE (SEA not yet implemented),
post_clean_chance(
df,
app_type = c("classroom", "explorer"),
overall = TRUE,
cutoff_dprime = 0,
cutoff_2choice = 0.5,
cutoff_4choice = 0.25,
cutoff_5choice = 0.2,
cutoff_k = 1,
extra_demos = NULL
)
df |
a df, output by |
app_type |
character. What app type produced this data? One of
|
overall |
Also scrub ".overall" data? Defaults to |
cutoff_dprime |
Maximum value of d' to replace with |
cutoff_2choice |
Maximum value of accuracy to replace with |
cutoff_4choice |
Maximum value of accuracy to replace with |
cutoff_5choice |
Maximum value of accuracy to replace with |
cutoff_k |
Maximum relative value of Filter k to replace with
|
extra_demos |
Character vector specifying any custom-added demographics columns (beyond app defaults) to pass through the function. Defaults to {codeNULL. |
a df, similar in structure to proc
, but with below-cutoff values in
certain columns converted to NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.