| hessian | R Documentation |
Calculate a numerical approximation to the Hessian matrix at
the final estimated parameters using numDeriv::hessian.
## S3 method for class 'clv.fitted'
hessian(object, method.args = list())
hessian(object, ...)
## S4 method for signature 'clv.fitted'
hessian(object, method.args = list())
object |
Fitted model |
method.args |
List of options forwarded to the numerical approximation method. See numDeriv::hessian. |
... |
Ignored |
The hessian matrix, with column and row names set to the parameter names used to call the LL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.