logl_probit: Loglikelihood used by ui_probit

View source: R/logl_probit.R

logl_probitR Documentation

Loglikelihood used by ui_probit

Description

This function derives the Loglikelihood for ui_probit.

Usage

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

Arguments

par

Coeficient values the logliklihood should be drived at.

rho

The value of the sensitivity parameter.

Xz

covariate matrix for missingness mechanism

Xy

covariate matrix for the outcome regression

y

outcome vector

z

indicator of wether y is missing or not


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

Related to logl_probit in ui...