R/core-generics.R
hess_loglik.likelihood_model.RdIn case a hess_loglik method is not provided, this function will be
used.
It computes the hessian of the log-likelihood function using numerical
differentiation.
# S3 method for class 'likelihood_model'
hess_loglik(model, control = list(), ...)The likelihood model
Custom arguments to pass to numDeriv::hessian.
Additional arguments (to pass into loglik)