The fourth R 📦 I maintain on CRAN is `nlist`.
`nlist` creates and manipulates numeric list (nlist) objects.
An nlist is an S3 class list of uniquely named numeric objects. nlist objects are the raw data inputs for analytic engines such as JAGS, STAN and TMB.
nlist objects with the same names, dimensionalities and typeofs can be combined to produce nlists objects which are useful for storing multiple realizations of simulated data sets.
#rstats #JAGS #stan #TMB #nlist