optimizing | R Documentation |
Obtain a point estimate by maximizing the joint posterior from the StanTVA model.
optimizing(object, ...)
## S4 method for signature 'stantvamodel'
optimizing(object, data, init, ...)
object |
The StanTVA model object. |
... |
Further arguments passed to |
data |
The data to which the model should be fitted, usually a |
init |
How to initialize the individual chains, see |
A list, representing the maximum-likelihood estimate, see rstan::optimizing()
.
optimizing(stantvamodel)
: method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.