check_ortho_inputs {ofpetrial} | R Documentation |
Check the correlation of the two inputs
Description
Check the correlation between the rates of the two inputs for a two-input experiment.
Usage
check_ortho_inputs(td)
Arguments
td |
trial design for a two-input experiment with rates assigned |
Value
table
Examples
#--- load a trial design for a two-input experiment ---#
data(td_two_input)
#--- check correlation ---#
check_ortho_inputs(td_two_input)
[Package ofpetrial version 0.1.1 Index]