powered by
Fit the model using specified method (sampling or variational Bayes).
fit.model(dl, method = "sample", ...)
de.lorean object
Fitting method:
'sample': Use a Stan sampler. See fit.model.sample.
fit.model.sample
'vb': Use Stan ADVI variational Bayes algorithm. See fit.model.vb.
fit.model.vb
Extra arguments for method