sced_plot | R Documentation |
Plot data from an AB design SCED experiment, reordering the participants by the order in which they change from A to B condition.
sced_plot(data, show_MAD_interval = FALSE)
data |
Experiment data. This must contain columns named "Participant", "Timepoint" (integer), "Score" (numeric; your DV), and "Condition" (must include only "A" and "B" as a string or factor). See the included simulated_data dataset for an example using |
sced_plot(data = simulated_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.