TOSTnp-methods: Methods for TOSTnp objects

TOSTnp-methodsR Documentation

Methods for TOSTnp objects

Description

Methods defined for objects returned from the wilcox_TOST function.

Usage

## S3 method for class 'TOSTnp'
print(x, digits = 4, ...)

## S3 method for class 'TOSTnp'
describe(x, digits = 3, ...)

Arguments

x

object of class TOSTnp.

digits

Number of digits to print for p-values

...

further arguments passed through, see description of return value for details. TOSTnp-methods.

Value

  • print: Prints short summary of the tests.

  • describe: Verbose description of results.

Examples

# example code
data(mtcars)
res1 = wilcox_TOST(mpg ~ am,data = mtcars,eqb = 3)

# PRINT
print(res1)

# DESCRIPTION
describe(res1)

Lakens/TOSTER documentation built on April 17, 2024, 6:42 p.m.