print.twotrials {twotrials}R Documentation

Print method for class "twotrials"

Description

Print method for class "twotrials"

Usage

## S3 method for class 'twotrials'
print(x, digits = 3, ...)

Arguments

x

Object of class "twotrials"

digits

Number of digits for formatting of numbers

...

Other arguments (for consistency with the generic)

Value

Prints text summary in the console and invisibly returns the "twotrials" object

Author(s)

Samuel Pawel

See Also

twotrials

Examples

## logRR estimates from RESPIRE trials
twotrials(null = 0, t1 = -0.4942, t2 = -0.1847, se1 = 0.1833, se2 = 0.1738,
          alternative = "less", level = 0.95)


[Package twotrials version 0.6 Index]