Writes data from an R list to a text file in WinBUGS-compatible format.
epi.RtoBUGS(datalist, towhere)
a list (normally, with named elements) which may include scalars, vectors, matrices, arrays of any number of dimensions, and data frames.
a character string identifying where the file is to be written.
Terry Elrod (terry.elrod@ualberta.ca), Kenneth Rice.
The function doesn't check to ensure that only numbers are being produced. In particular, factor labels in a dataframe will be output to the file, which normally won't be desired.
Best, NG. WinBUGS 1.3.1 Short Course, Brisbane, November 2000.