optimizing {RStanTVA} | R Documentation |
Maximum-likelihood estimation
Description
Obtain a point estimate by maximizing the joint posterior from the StanTVA model.
Usage
optimizing(object, ...)
## S4 method for signature 'stantvamodel'
optimizing(object, data, init, ...)
Arguments
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 |
Value
A list, representing the maximum-likelihood estimate, see rstan::optimizing()
.
Functions
-
optimizing(stantvamodel)
: method
[Package RStanTVA version 0.3.0 Index]