R/tutl.R

Defines functions tutl

tutl <-
function(p){
# p-quantile of standard log-Weibull distribution
if (p>1 | p<0) {warning("Argument out of range\n"); return(0)}
log(-log(1-p))}

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.