Learn R Programming

ofpetrial (version 0.1.2)

check_ortho_inputs: 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)

Value

table

Arguments

td

trial design for a two-input experiment with rates assigned

Examples

Run this code
#--- load a trial design for a two-input experiment ---#
data(td_two_input)

#--- check correlation ---#
check_ortho_inputs(td_two_input)

Run the code above in your browser using DataLab