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.sci.ratio.Rd
\name{print.sci.ratio}
\alias{print.sci.ratio}

\title{ Print function for sci.ratio objects }
\description{
  A short print out of the value of a sci.ratio object.
}
\usage{
\method{print}{sci.ratio}(x, digits=4,...)
}
\arguments{
  \item{x}{ an object of class "sci.ratio" as can be obtained by calling the function sci.ratio}
  \item{digits}{ digits for rounding the output}
  \item{\dots}{arguments to be passed to print}

}

\value{
  A print out of the confidence intervals computed by sci.ratio.
}

\seealso{ \link{plot.sci.ratio}, \link{summary.sci.ratio} }


\keyword{ print }
back to top