## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>",
                      fig.width = 7, fig.height = 5, dpi = 96)

## ----setup--------------------------------------------------------------------
library(logcumulant)
data(reliability_datasets)

## -----------------------------------------------------------------------------
bb <- reliability_datasets$BallBearing
length(bb)
summary(bb)

## -----------------------------------------------------------------------------
plot_lc(bb, B = 200)

## -----------------------------------------------------------------------------
gof_compare_all(bb, use_bootstrap = TRUE, B = 199, seed = 1)

