LogL.probit: Loglikelihood used by ui.probit

Description Usage Arguments

View source: R/LogL.probit.R

Description

This function derives the Loglikelihood for ui.probit.

Usage

1
LogL.probit(par, rho, X.z = X.z, X.y = X.y, y = y, z = z)

Arguments

par

Coeficient values the logliklihood should be drived at.

rho

The value of the sensitivity parameter.

X.z

covariate matrix for missingness mechanism

X.y

covariate matrix for the outcome regression

y

outcome vector

z

indicator of wether y is missing or not


ui documentation built on Nov. 11, 2019, 5:07 p.m.

Related to LogL.probit in ui...