Learn R Programming

nlist (version 0.1.1)

nlist-object: nlist Object

Description

An nlist object is an S3 class list of uniquely named natomic_object() elements.

Arguments

Details

nlist objects are the raw data inputs for analytic engines such as JAGS, STAN and TMB.

Examples

Run this code
# NOT RUN {
nlist <- nlist(x = 1, zz = matrix(1:9, 3))
str(nlist)
nlist
# }

Run the code above in your browser using DataLab