LogL.probit {ui} | R Documentation |
Loglikelihood used by ui.probit
Description
This function derives the Loglikelihood for ui.probit
.
Usage
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 |
[Package ui version 0.1.1 Index]