R/E0.vect.R

"E0.vect" <-
function(xbar,kl,ku,l,u) {
i1  <- integrate(Psiphi.w, lower=kl,upper=ku)$value
i2  <- integrate(Chiphi.w, lower=l,upper=u)$value
E0l <- matrix(c(i1*xbar,i2),ncol=1)
E0l}

Try the RobustAFT package in your browser

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

RobustAFT documentation built on Aug. 21, 2023, 5:13 p.m.