File: crosscorr.Rd

package info (click to toggle)
r-cran-coda 0.13-2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 456 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{crosscorr}
\alias{crosscorr}
\title{Cross correlations for MCMC output}

\usage{crosscorr(x)}

\arguments{
   \item{x}{an \code{mcmc} or \code{mcmc.list} object.}
}
\description{
   \code{crosscorr} calculates cross-correlations between
   variables in Markov Chain Monte Carlo output. If \code{x}
   is an mcmc.list then all chains in \code{x} are combined
   before calculating the correlation.
}

\value{
A matrix or 3-d array containing the correlations.
}

\seealso{
   \code{\link{crosscorr.plot}}, \code{\link{autocorr}}.
}
\keyword{multivariate}
\keyword{array}