ML.probit: Fit maximum likelihood for fixed values of rho

Description Usage Arguments

View source: R/ML.probit.R

Description

This is a support function for ui.probit

Usage

1
2
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 maxLik


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

Related to ML.probit in ui...