https://github.com/cran/metafor
Raw File
Tip revision: 8091ef45cc50bed51e0aaef9867fa9f8ea836215 authored by Wolfgang Viechtbauer on 05 February 2013, 00:00:00 UTC
version 1.7-0
Tip revision: 8091ef4
leave1out.Rd
\name{leave1out}
\alias{leave1out}
\title{Leave-One-Out Diagnostics}
\description{
   The function \code{leave1out} is generic. For suitable model objects, it repeatedly fits the model, leaving out one observation at a time.
}
\usage{
leave1out(x, \dots)
}
\arguments{
   \item{x}{an object of class \code{"rma.uni"}, \code{"rma.mh"}, or \code{"rma.peto"}.}
   \item{\dots}{other arguments.}
}
\details{
   Currently, there are methods for handling objects of class \code{"rma.uni"}, \code{"rma.mh"}, and \code{"rma.peto"} with the \code{leave1out} function. Accordingly, the corresponding methods are called \code{\link{leave1out.rma.uni}}, \code{\link{leave1out.rma.mh}}, and \code{\link{leave1out.rma.peto}}. See the documentation for those functions for more details.
}
\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/}.

   Viechtbauer, W., & Cheung, M. W.-L. (2010). Outlier and influence diagnostics for meta-analysis. \emph{Research Synthesis Methods}, \bold{1}, 112--125.
}
\seealso{
   \code{\link{leave1out.rma.uni}}, \code{\link{leave1out.rma.mh}}, \code{\link{leave1out.rma.peto}}
}
\keyword{methods}
back to top