Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gradient.nmm

Gradient with supplied coefficients


Description

Gradient with supplied coefficients

Usage

## 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

Nonlinear Multivariate Models

v0.9
GPL (>= 2)
Authors
Simona Jokubauskaite [aut, cre], Reinhard Hoessinger [aut], Friedrich Leisch [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.