t_test: Performs t test between two sets of values

View source: R/experiments.R

t_testR Documentation

Performs t test between two sets of values

Description

Ensures that tests are conducted assuming paired values if required

Usage

t_test(is_between, vals)

Arguments

is_between

a Boolean indicating whether experiment is within or between type

vals

a named list of 'vals_1' and 'vals_2', each of the same length

Value

a list with class "htest" resultant from performing a t.test


mellux-project/melluxdrc documentation built on March 25, 2022, 8:09 p.m.