make_log_outlier | R Documentation |
Make outlier log
make_log_outlier(.tbl, survey, id_col, ...)
.tbl |
A tibble of data |
survey |
The survey sheet from Kobo |
id_col |
Survey id, usually uuid |
... |
Columns to keep in the log, e.g, today, enum_id |
It uses both interquartile range (1.5 rule) and standard deviation from mean (3 times rule) to look for outliers
A log with outliers
make_log for a log based on a logical test
make_log_from_check_list()
for a log based on many logical tests
make_log_other()
for a log of others
make_all_logs()
for all logs: outliers, others, logical tests
Other functions to make logs:
make_all_logs()
,
make_log_from_check_list()
,
make_log_other()
,
make_log()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.