powered by
A short print out of the results of simtest.ratio
# S3 method for simtest.ratio print(x, digits = 4, ...)
An object of class "simtest.ratio" as obtained by calling simtest.ratio
digits for rounding of the results
arguments to be passed to print
A print out, containing the margins, estimates, teststatistics, and p.values computed by simtest.ratio.
# NOT RUN { data(BW) RES <- simtest.ratio(Weight~Dose, data=BW, type="Dunnett", Margin.vec=0.9, alternative="greater") print(RES) # }
Run the code above in your browser using DataLab