graph1(design, data = read.table(file.choose(new = FALSE)))"AB", "ABA", "ABAB", "CRD" (completely randomized design), "RBD" (randomized block design), "ATD" (alternating treatments design), or "MBD"data argument, a window will pop up to ask in what file the data can be found. This text file containing the data should consist of two columns for single-case phase and alternation designs: the first with the condition labels and the second with the obtained scores.
For multiple-baseline designs it should consist of these two columns for EACH unit. This way, each row represents one measurement occasion. It is important not to label the rows or columns.
For alternation designs, after the plot is drawn, the location of the legend should be indicated by a left mouse click.data(ABAB)
graph1(design = "ABAB", data = ABAB)Run the code above in your browser using DataLab