Learn R Programming

ordinalTables (version 1.0.0.3)

McCullagh_compute_update: Compute the Newton-Raphson update.

Description

Compute the Newton-Raphson update.

Usage

McCullagh_compute_update(gradient, hessian)

Value

vector with update values for each of the parameters

Arguments

gradient

gradient vector of log(likelihood) wrt parameters

hessian

hessian of log(likelihood) wrt parameters