summary.sci.ratio: Summary function for sci.ratio

Description Usage Arguments Value See Also Examples

Description

Detailed print out for sci.ratio objects.

Usage

1
2
## S3 method for class 'sci.ratio'
summary(object, digits=4, ...)

Arguments

object

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

digits

digits for rounding the output

...

arguments to be passed to print

Value

A more detailed print output of the results and some computational steps used in sci.ratio.

See Also

print.sci.ratio, plot.sci.ratio

Examples

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

mratios documentation built on July 8, 2020, 6:43 p.m.