https://github.com/cran/mratios
Raw File
Tip revision: 1cd3a2b83e90143ec17f258173f0d3330a04c1c2 authored by Frank Schaarschmidt on 06 July 2011, 00:00:00 UTC
version 1.3.16
Tip revision: 1cd3a2b
summary.simtest.ratio.Rd
\name{summary.simtest.ratio}
\alias{summary.simtest.ratio}
\title{ Summary function for simtest.ratio }
\description{
  A detailed print out of the results of simtest.ratio}


\usage{
\method{summary}{simtest.ratio}(object, digits = 4, ...)
}

\arguments{
  \item{object}{ An object of class "simtest.ratio" as obtained by calling simtest.ratio }
  \item{digits}{ digits for rounding of the results }
  \item{\dots}{arguments to be passed to print}

}
\value{
A print out, containing the numerator and denominator contrast matrices, the correlation under the null-hypothesis, margins, estimates, teststatistics, and p.values computed by simtest.ratio. 
}


\examples{
data(BW)
RES <- simtest.ratio(Weight~Dose, data=BW, type="Dunnett", Margin.vec=0.9, alternative="greater")
summary(RES)
}

\keyword{ print }



back to top