powered by
Methods defined for objects returned from the wilcox_TOST function.
# S3 method for TOSTnp print(x, digits = 4, ...)# S3 method for TOSTnp describe(x, digits = 3, ...)
# S3 method for TOSTnp describe(x, digits = 3, ...)
print: Prints short summary of the tests.
describe: Verbose description of results.
object of class TOSTnp.
TOSTnp
Number of digits to print for p-values
further arguments passed through, see description of return value for details. TOSTnp-methods.
# 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