Write data for OpenBUGS
Write data in files that can be read by OpenBUGS
- intended for internal use
write.datafile(datalist, towhere, fill = TRUE) formatdata(datalist)
datalist
: a list to be written into an appropriate structuretowhere
: the name of the file which the data are to be written tofill
: see cat
, defaults to TRUE
OpenBUGS
.The main function to be called by the user is bugs
.
Useful links