R/utils.R
sample_inits.Rd
Function to generate random initial values from a previous fit using adnuts
sample_inits(fit, chains)
fit | An outputted list from |
---|---|
chains | The number of chains for the subsequent run, which determines the number to return. |
A list of lists which can be passed back into
sample_admb
.