Learn R Programming

TOSTER (version 0.8.3)

TOSTnp-methods: Methods for TOSTnp objects

Description

Methods defined for objects returned from the wilcox_TOST function.

Usage

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

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

Value

  • print: Prints short summary of the tests.

  • describe: Verbose description of results.

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.

Examples

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

# PRINT
print(res1)

# DESCRIPTION
describe(res1)

Run the code above in your browser using DataLab