assignments(design, save = "no", MT, limit, starts = file.choose(new = FALSE))"AB", "ABA", "ABAB", "CRD" (completely randomized design), "RBD" (randomized block design), "ATD" (alternating treatments design), or "MBD"save="yes") or just see them as output in the R console (default: save="no").starts argument, first a window pops up in which is asked in what file the possible start points can be found. In this startpoint file, each row should contain all possibilities for one unit, separated by a tab. The rows and columns should not be labeled.
For multiple baseline designs, the possible combinations of start points for each unit are returned. For all other designs, the possible sequences of conditions are returned (e.g., "A" "A" "A" "A" "B" "B" "B").quantity to calculate the number of assignment possibilities.
selectdesign to randomly select one of the assignment possibilities.assignments(design = "ABAB", save = "no", MT = 24, limit = 4)Run the code above in your browser using DataLab