File: line.Rd

package info (click to toggle)
r-cran-rjags 1%3A4-8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 452 kB
  • sloc: cpp: 676; ansic: 70; makefile: 2; sh: 2
file content (15 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\name{line}
\docType{data}
\alias{LINE}

\title{Linear regression example}
\description{
The LINE model is a trivial linear regression model with only 5 observations.
It's main use is to allow automated checks of the \pkg{rjags} package.
}
\format{
  A \code{jags.model} object, which must be recompiled before
  use.
}
\keyword{datasets}