powered by
Parses a phase string
phase_parser(phase_string)
A named list with:
A trial-named list of lists.
General phase information.
A string specifying trials within a phase.
parse_design()
# A silly (but valid) string phase_parser("10#Rescorla>Wagner") # An invalid string that needs trial repetitions for one of trials. try(phase_parser("10#Rescorla/Wagner"))
Run the code above in your browser using DataLab