hessian.nmm: Hessian with supplied coefficients

Description Usage Arguments

Description

Hessian with supplied coefficients

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'nmm'
hessian(
  res,
  new_coef = NULL,
  separatenmm = FALSE,
  transform = FALSE,
  methodopt = "NA"
)

Arguments

res

result from nmm

new_coef

coefficients for which logLik should be calculated

separatenmm

return separatenmm LL for each equation

transform

to do quantile transformation

methodopt

"NA" means that automatic algorithm was used in maxLik, if equal to "BHHH" will return LL for each individual


nmm documentation built on Jan. 7, 2021, 5:10 p.m.

Related to hessian.nmm in nmm...