write_pin: Write parameter and data files for ADMB

write_pinR Documentation

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

Note

numeric vectors and matrices are the only objects that can be written (at present)

Author(s)

Hans Skaug

See Also

read_pars


R2admb documentation built on Nov. 10, 2022, 5:59 p.m.