File: mcmcUpgrade.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 (29 lines) | stat: -rw-r--r-- 597 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
26
27
28
29
\name{mcmcUpgrade}
\alias{mcmcUpgrade}
\title{Upgrade mcmc objects in obsolete format}

\usage{
   mcmcUpgrade(x)
}

\arguments{
   \item{x}{an obsolete \code{mcmc} object.}
}

\description{
   In previous releases of CODA, an \code{mcmc}  object could
   be a single or multiple chains.  A new class \code{mcmc.list}
   has now been introduced to deal with multiple chains and
   \code{mcmc} objects can only have data from a single chain.

   Objects stored in the old format are now obsolete
   and must be upgraded.
}

\author{Martyn Plummer}

\seealso{
   \code{\link{mcmc}}.
}

\keyword{ts}