Create a new list for storage samples in the pmwgs object
sample_store(par_names, subject_ids, iters = 1, stage = "init")A list containing the conditional mean and variances for this subject
The names of each parameter as a character vector
The unique ID of each subjects as a character vector
The number of iterations to be pre-allocated
The stage for which the samples will be created. Should be one
of c("init", "burn", "adapt", "sample")