filter_rows | R Documentation |
Filter rows and/or remove entire participants with poor confidence and/or low success.
Note that conf_removal
and succ_removal
will occur before row filtering in that order.
Then rows will be filtered first by confidence, then success.
filter_rows( dat, conf_removal, succ_removal, conf_thres, succ_thres, output_dir )
dat |
Your long-form dataframe. |
conf_removal |
Numeric. Do you want to remove entire participants based on average confidence score? Specify threshold here. Will keep all participants above this average. Defaults to 0. |
succ_removal |
Do you want to remove entire participants based on average number of unsuccessful rows? Specify threshold here. Will keep all participants above this threshold. Defaults to 0. |
conf_thres |
Numeric. Your confidence threshold. Will keep all rows above the specified threshold. Makes NA, does not remove. |
succ_thres |
Binary, TRUE/FALSE. Do you want to remove individual rows where success is zero? Defaults to FALSE. Makes NA, does not remove. |
output_dir |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.