Learn R Programming

R2admb (version 0.7.10)

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)

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?

Value

  • Returns nothing; creates files in the current working directory as a side effect

See Also

read_pars