File: as.ts.mcmc.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 (21 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\name{as.ts.mcmc}
\alias{as.ts.mcmc}
\title{Coerce mcmc object to time series}

\usage{as.ts.mcmc(x,\dots)}

\arguments{
   \item{x}{an mcmc object}
   \item{\dots}{unused arguments for compatibility with generic \code{as.ts}}
}

\description{
\code{as.ts.mcmc} will coerce an mcmc object to a time series.}

\author{Martyn Plummer}

\seealso{
\code{\link{as.ts}}
}
\keyword{ts}
\keyword{utilities}