File: nchain.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 (36 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (8)
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
30
31
32
33
34
35
36
\name{nchain}
\alias{niter}
\alias{nvar}
\alias{nchain}
\title{Dimensions of MCMC objects}

\usage{
niter(x)
nvar(x)
nchain(x)
}

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

\value{
  A numeric vector of length 1:
}

\description{
  These functions give the dimensions of an MCMC object

  \describe{
    \item{niter(x)}{returns the number of iterations.}
    \item{nvar(x)}{returns the number of variables.}
    \item{nchain(x)}{returns the number of parallel chains.}
  }
}

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

\keyword{ts}