https://github.com/cran/mratios
Raw File
Tip revision: 9e9b168e0ae9f6496427dfddc8d10685833267d1 authored by Frank Schaarschmidt on 03 April 2008, 00:00:00 UTC
version 1.3.11
Tip revision: 9e9b168
summary.sci.ratio.Rd
\name{summary.sci.ratio}
\alias{summary.sci.ratio}
\alias{summary.sci.ratio.gen}

\title{ Summary function for sci.ratio }
\description{
  Detailed print out for sci.ratio objects.
}
\usage{
\method{summary}{sci.ratio}(object, digits=4,...)
}

\arguments{
  \item{object}{ an object of class "sci.ratio" or "sci.ratio.gen" 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 more detailed print output of the results and some computational steps used in sci.ratio. 
}

\seealso{ print.sci.ratio, plot.sci.ratio }

\keyword{ print }

back to top