print.Rttest: Generic print function

Description Usage Arguments Value Examples

View source: R/printRttest.R

Description

This function can be used to print the confidence interval for difference in means of two samples with it's confidence level and also prints the type of test being performed

Usage

1
2
## S3 method for class 'Rttest'
print(x, ...)

Arguments

x

object of class Rttest

...

extra objects can be sent to method

Value

Prints list containing the confidence interval and type of test

Examples

1
t = myttest(x=rnorm(30,10,12), y=rnorm(40, 7, 10)); print(t)

m-harikiran/T-Test documentation built on Dec. 21, 2021, 12:47 p.m.