Last data update: 2014.03.03

R: Print function for sci.ratio objects
print.sci.ratioR Documentation

Print function for sci.ratio objects

Description

A short print out of the value of a sci.ratio object.

Usage

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

Arguments

x

an object of class "sci.ratio" as can be obtained by calling the function sci.ratio

digits

digits for rounding the output

...

arguments to be passed to print

Value

A print out of the confidence intervals computed by sci.ratio.

See Also

plot.sci.ratio, summary.sci.ratio

Examples

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

Results