Rdocumentation
powered by
Learn R Programming
DeLorean (version 1.2.2)
fit.model: Fit the model using specified method (sampling or variational Bayes).
Description
Fit the model using specified method (sampling or variational Bayes).
Usage
fit.model(dl, method = "sample", ...)
Arguments
dl
de.lorean object
method
Fitting method:
'sample': Use a Stan sampler. See
fit.model.sample
.
'vb': Use Stan ADVI variational Bayes algorithm. See
fit.model.v
...
Extra arguments for method