check_ortho_inputs: Check the correlation of the two inputs

View source: R/diagnose.R

check_ortho_inputsR 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)

ofpetrial documentation built on April 12, 2025, 1:28 a.m.