inst/snippet/qq-weibull-01.R

life01 <- c(16, 34, 53, 75, 93, 120, 150, 191, 240, 339)
qweib <- function(x) { qweibull(x,1.2,146) } 
myplot <- xqqmath(~life01,distribution=qweib,idline=TRUE,qqmathline=FALSE)

Try the fastR package in your browser

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

fastR documentation built on May 2, 2019, 5:53 p.m.