powered by
A short print out of the value of a sci.ratio object.
# S3 method for sci.ratio print(x, digits=4,...)
an object of class "sci.ratio" as can be obtained by calling the function sci.ratio
digits for rounding the output
arguments to be passed to print
A print out of the confidence intervals computed by sci.ratio.
plot.sci.ratio, summary.sci.ratio
# NOT RUN { data(BW) RES <- sci.ratio(Weight~Dose, data=BW, type="Dunnett", alternative="greater") print(RES) # }
Run the code above in your browser using DataLab