ML.probit {ui} | R Documentation |
Fit maximum likelihood for fixed values of rho
Description
This is a support function for ui.probit
Usage
ML.probit(out.formula, mis.formula = NULL, data, rho = c(-0.5, 0.5),
progress = TRUE, method = "NR")
Arguments
out.formula |
Formula for outcome regression. |
mis.formula |
Formula for regression model for the missingness mechanism. |
data |
Data frame containing the variables in the formulas |
rho |
Vector containing the values of rho for which we want to fit the likelihood. |
progress |
If TRUE prints out process time for each maximazation of the likelihood. |
method |
Maximazation method to be passed through |
[Package ui version 0.1.1 Index]