File: linepost.Rd

package info (click to toggle)
r-cran-coda 0.13-5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 480 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\name{line}
\docType{data}
\alias{line}
\title{Simple linear regression example}
\description{
  Sample MCMC output from a simple linear regression model given in
  the BUGS manual.
}
\usage{data(line)}
\format{An \code{mcmc} object}
\source{
  Spiegelhalter, D.J., Thomas, A., Best, N.G. and Gilks, W.R. (1995)
  BUGS: Bayesian inference using Gibbs Sampling, Version 0.5, 
  MRC Biostatistics Unit, Cambridge.
}
\keyword{datasets}