File: rjags-deprecated.Rd

package info (click to toggle)
r-cran-rjags 1%3A4-16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: cpp: 673; ansic: 81; makefile: 2; sh: 2
file content (25 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (6)
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
\name{rjags-deprecated}
\alias{rjags-deprecated}
\alias{read.data}
\title{Deprecated Functions in the rjags package}
\description{
  These functions are provided for compatibility with older versions of
  the rjags package and will soon be defunct.
}
\usage{
read.data(file, format=c("jags","bugs"))
}
\arguments{
  \item{file}{name of a file containing a text repesentation of the
    data for a jags model}
  \item{format}{format of the data}
}
\details{
  
  \code{read.data} with \code{format="jags"} is a deprecated synonym for
  \code{\link{read.jagsdata}} and with
  \code{format="bugs"} is a deprecated synonym for
  \code{\link{read.bugsdata}}.

}
\keyword{misc}