sced_plot: Plot data

View source: R/sced_plot.r

sced_plotR Documentation

Plot data

Description

Plot data from an AB design SCED experiment, reordering the participants by the order in which they change from A to B condition.

Usage

sced_plot(data, show_MAD_interval = FALSE)

Arguments

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 View(simulated_data).

Examples

sced_plot(data = simulated_data)

ianhussey/SCED documentation built on Aug. 25, 2022, 4:42 p.m.