R/IVProbitRob.R

Defines functions IVProbitRob

Documented in IVProbitRob

IVProbitRob <-
function(reduced, outcome, data, control=rob.control()) {
  cl <- match.call()
  result <- epmrob(reduced, outcome, data = data, control = control)
  result$call <- cl
  return(result)
}

Try the epmrob package in your browser

Any scripts or data that you put into this service are public.

epmrob documentation built on July 9, 2023, 6:19 p.m.