ttest_identical: Check whether t-test objects are identical

View source: R/utils.R

ttest_identicalR Documentation

Check whether t-test objects are identical

Description

Check whether t-test objects are identical

Usage

ttest_identical(
  subvar,
  sol_env,
  solvar = subvar,
  tolerance = c(0.2, 0.02, 0.2, 0.002),
  add = TRUE
)

Arguments

subvar

Quoted name of the variable.

sol_env

Solution environment.

solvar

Quoted name of variable in submission environment.

tolerance

Three-element numeric vector, how close values have to be.

add

Whether to add feedback.

Value

A logical vector with elements mmatch, tmatch, dfmatch, pmatch.


dalejbarr/assessr documentation built on Jan. 25, 2024, 10:47 p.m.