rjags-deprecated {rjags} | R Documentation |
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
file |
name of a file containing a text repesentation of the data for a jags model |
format |
format of the data |
Details
read.data
with format="jags"
is a deprecated synonym for
read.jagsdata
and with
format="bugs"
is a deprecated synonym for
read.bugsdata
.
[Package rjags version 4-15 Index]