Last data update: 2014.03.03

R: Print out the results of simtest.ratio
print.simtest.ratioR Documentation

Print out the results of simtest.ratio

Description

A short print out of the results of simtest.ratio

Usage

## S3 method for class 'simtest.ratio'
print(x, digits = 4, ...)

Arguments

x

An object of class "simtest.ratio" as obtained by calling simtest.ratio

digits

digits for rounding of the results

...

arguments to be passed to print

Value

A print out, containing the margins, estimates, teststatistics, and p.values computed by simtest.ratio.

Examples

data(BW)
RES <- simtest.ratio(Weight~Dose, data=BW, type="Dunnett",
 Margin.vec=0.9, alternative="greater")
print(RES)

Results