R/estlate.R

Defines functions estlate

Documented in estlate

estlate <-
function(Y,D,Z,X=NULL,Ypre=NULL,Dpre=NULL,prob=NULL,HT=FALSE) {
	late <- estate(Y,Z,X,Ypre,prob,HT)/estate(D,Z,X,Dpre,prob,HT)
	return(late)
	}

Try the ri package in your browser

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

ri documentation built on May 2, 2019, 6:51 a.m.