https://github.com/cran/metafor
Raw File
Tip revision: 22b3661ee3371fc7acc64b8d53f9d211ed1ee023 authored by Wolfgang Viechtbauer on 11 April 2013, 00:00:00 UTC
version 1.8-0
Tip revision: 22b3661
print.predict.rma.Rd
\name{print.predict.rma}
\alias{print.predict.rma}
\title{Print Method for predict.rma Objects}
\description{
   Print method for objects of class \code{"predict.rma"}.
}
\usage{
\method{print}{predict.rma}(x, digits=x$digits, \dots)
}
\arguments{
   \item{x}{an object of class \code{"predict.rma"}.}
   \item{digits}{integer specifying the number of decimal places to which the printed results should be rounded (the default is to take the value from the object).}
   \item{\dots}{other arguments.}
}
\value{
   See the documentation of the \code{\link{predict.rma}} function for details on what is printed.
}
\author{
   Wolfgang Viechtbauer \email{wvb@metafor-project.org} \cr
   package homepage: \url{http://www.metafor-project.org/} \cr
   author homepage: \url{http://www.wvbauer.com/}
}
\references{
   Viechtbauer, W. (2010). Conducting meta-analyses in R with the metafor package. \emph{Journal of Statistical Software}, \bold{36}(3), 1--48. \url{http://www.jstatsoft.org/v36/i03/}.
}
\keyword{print}
back to top