print.n.for.2means: Print n.for.2means results

View source: R/epiDisplay.R

print n.for.2meansR Documentation

Print n.for.2means results

Description

Print results for sample size for hypothesis testing of 2 means

Usage

## S3 method for class 'n.for.2means'
print(x, ...)

Arguments

x

object of class 'n.for.2means'

...

further arguments passed to or used by methods.

Author(s)

Virasakdi Chongsuvivatwong cvirasak@gmail.com

See Also

'n.for.2p'

Examples

n.for.2means(mu1 = 10, mu2 = 14, sd1=3, sd2=3.5)
n.for.2means(mu1 = 10, mu2 = 7:14, sd1=3, sd2=3.5) -> a
a

epiDisplay documentation built on May 18, 2022, 5:11 p.m.