https://github.com/cran/mratios
Raw File
Tip revision: 136c06061d611f7753022f2f52ae1a5edc303032 authored by Frank Schaarschmidt on 29 January 2007, 00:00:00 UTC
version 1.3.3
Tip revision: 136c060
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. 
}

\author{ Frank Schaarschmidt }

\keyword{ print }
back to top