library(weibullness)
attach(Wdata)
weibull.ic(radio.chemotherapy)
# Two-parameter Weibull with full observations
weibull.ic( cbind(bearings,bearings) )
# Two-parameter Weibull with full observations (using weibull.mle)
weibull.mle(bearings, threshold=0)
Run the code above in your browser using DataLab