These functions are provided for compatibility with older versions of the rjags package and will soon be defunct.
read.data(file, format=c("jags","bugs"))
name of a file containing a text repesentation of the data for a jags model
format of the data
read.data
with format="jags"
is a deprecated synonym for
read.jagsdata
and with
format="bugs"
is a deprecated synonym for
read.bugsdata
.