if (FALSE) {
# List output
set.seed(123)
gofcens(times = rweibull(100, 12, scale = 4), distr = "weibull",
BS = 149)
# Table output
set.seed(123)
print(gofcens(times = rweibull(100, 12, scale = 4), distr = "weibull",
BS = 149), outp = "table")
}
Run the code above in your browser using DataLab