prepare the data
find suitable initialisations
fit the model using the specified method (sampling or variational Bayes)
process the posterior
Perform all the steps necessary to fit the model:
prepare the data
find suitable initialisations
fit the model using the specified method (sampling or variational Bayes)
process the posterior
fit.dl(dl, method = "sample", ...)
de.lorean object
Fitting method:
'sample': Use a Stan sampler.
See fit.model.sample
.
'vb': Use Stan ADVI variational Bayes algorithm.
See fit.model.vb
.
Extra arguments for fitting method