Learn R Programming

mratios (version 1.4.4)

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

Description

Detailed print out for sci.ratio objects.

Usage

# S3 method for sci.ratio
summary(object, digits=4, ...)

Value

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

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

See Also

print.sci.ratio, plot.sci.ratio

Examples

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

Run the code above in your browser using DataLab