hess: Hessian for the loglikelihood used by ui_probit

View source: R/hess.R

hessR Documentation

Hessian for the loglikelihood used by ui_probit

Description

This function derives the hessian in order for ui_probit to run faster.

Usage

hess(par, rho, Xz = Xz, Xy = Xy, y = y, z = z)

Arguments

par

Coefficients.

rho

Rho.

Xz

Covariate matrix for missingness.

Xy

Covariate matrix for outcome.

y

Outcome.

z

Missing or not.


ui documentation built on June 25, 2026, 5:09 p.m.

Related to hess in ui...