https://github.com/cran/metafor
Raw File
Tip revision: e0bff3f6c5dfeff04640a9b5469392066c74abe0 authored by Wolfgang Viechtbauer on 31 July 2009, 00:00:00 UTC
version 0.5-3
Tip revision: e0bff3f
print.rma.list.Rd
\name{print.rma.list}
\alias{print.rma.list}
\title{Print Method for rma.list Objects}
\description{
   Print method for objects of class \code{"rma.list"}.
}
\usage{
\method{print}{rma.list}(x, digits=x$digits, ...)
}
\arguments{
	\item{x}{an object of class \code{"rma.list"}.}
	\item{digits}{an 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{...}{other arguments.}
}
\value{
	See the documentation of the function that creates the \code{"rma.list"} object for details on what is printed.
}
\author{Wolfgang Viechtbauer; \email{wvb@www.wvbauer.com}; \url{http://www.wvbauer.com/}}
\keyword{print}
back to top