R/IPsidnorm.r

Defines functions IPsidnorm

IPsidnorm <-
function(low,k) {                                                                  # usata ???
if (low < -k)            Int <- 0
if (-k <= low & low < k) Int <- integrate(Psidnorm,low,k)$val/(1-pnorm(low))
if (k <= low )           Int <- 0
Int}

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.