auditWorkers | R Documentation |
auditWorkers
estimates worker quality scores from collected MTurk data.
auditWorkers(
current_experiment_results,
reference_results = NULL,
exclude_workers = NULL,
plot_audit = FALSE
)
current_experiment_results |
An object returned from |
reference_results |
An optional object of HIT results from previous experiments. When available, this improves the accuracy of worker quality scores. |
exclude_workers |
An optional object of worker ids to be excluded from the printed output. Typically, a vector of ids for banned worker is passed here to prevent them from continually appearing in audits. |
plot_audit |
When TRUE, the function will produce a plot of worker ability estimates and their corresponding 95 percent credible intervals. |
The function audits worker quality using a Bayesian hierarchical model. Worker means less than one are generally considered poor quality, though means can be unreliable for workers with a low number of total HITs.
A dataframe containing workers' posterior means and HIT frequencies.
Ryden Butler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.