check_ortho_inputs {ofpetrial} | R Documentation |
Check the correlation between the rates of the two inputs for a two-input experiment.
check_ortho_inputs(td)
td |
trial design for a two-input experiment with rates assigned |
table
#--- load a trial design for a two-input experiment ---#
data(td_two_input)
#--- check correlation ---#
check_ortho_inputs(td_two_input)