write_pin: Write parameter and data files for ADMB
Description
Given base filenames and lists, write output files for starting parameter
values and data in a format suitable for input by AD Model Builder
from glmmADMB, by Hans Skaug
Usage
write_pin(name,L) write_dat(name, L, append=FALSE)
Value
Returns nothing; creates files in the current working directory as a
side effect
Arguments
- name
(character) the base name of the file
- L
a list of objects to be written to file
- append
(logical) append to existing file?