File: mcpar.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 (26 lines) | stat: -rw-r--r-- 480 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
\name{mcpar}
\alias{mcpar}
\title{Mcpar attribute of MCMC objects}

\usage{
mcpar(x)
}

\arguments{
\item{x}{An \code{mcmcm} or \code{mcmc.list} object}
}

\description{
     The `mcpar' attribute of an MCMC object gives the start iteration
     the end iteration and the thinning interval of the chain.

     It resembles the `tsp' attribute of time series (\code{ts}) objects.
}

\seealso{
   \code{\link{ts}},
   \code{\link{mcmc}},
   \code{\link{mcmc.list}},
}

\keyword{ts}