https://github.com/cran/mratios
Raw File
Tip revision: 97b5ac4296075d3ef00aa1308fef95a9f872b1c9 authored by Frank Schaarschmidt on 19 June 2020, 07:50:06 UTC
version 1.4.2
Tip revision: 97b5ac4
print.simtest.ratio.Rd
\name{print.simtest.ratio}
\alias{print.simtest.ratio}

\title{ Print out the results of simtest.ratio  }
\description{
  A short print out of the results of simtest.ratio
}
\usage{
\method{print}{simtest.ratio}(x, digits = 4, ...)
}

\arguments{
  \item{x}{ 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 margins, estimates, teststatistics, and p.values computed by simtest.ratio. 
}


\keyword{ print }
back to top