write_pin {R2admb} | R Documentation |
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
write_pin(name,L)
write_dat(name, L, append=FALSE)
name |
(character) the base name of the file |
L |
a list of objects to be written to file |
append |
(logical) append to existing file? |
Returns nothing; creates files in the current working directory as a side effect
numeric vectors and matrices are the only objects that can be written (at present)
Hans Skaug