gradient.nmm: Gradient with supplied coefficients

Description Usage Arguments

Description

Gradient with supplied coefficients

Usage

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

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

ind_grad

get individual gradient values


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

Related to gradient.nmm in nmm...