summarize_pleas | R Documentation |
Build a descriptive summary table of guilty pleas by experimental condition. Table contains the total number of participants per condition, the total number of guilty pleas per condition (and the percentage of n), and the condition names and values.
summarize_pleas(data, dv, ...)
data |
Your data set |
dv |
The specific column within the data set to look in (e.g., a column of participant's names or emails) |
... |
A list of your IV variable names |
summarize_pleas(data=sonadata, dv=accept_reject, discount_level, pts_level, evidence_strength)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.