Returns a tibble of the chart's control limits in tall format. Each row corresponds to one line of one chart panel (CL / UCL / LCL).
Arguments
- x
A shewhart_chart object.
- ...
Currently unused.
Examples
fit <- shewhart_i_mr(data.frame(y = rnorm(50)), value = y)
broom::tidy(fit)
#> # A tibble: 6 × 3
#> chart line value
#> <chr> <chr> <dbl>
#> 1 I CL -0.255
#> 2 I UCL 3.26
#> 3 I LCL -3.77
#> 4 MR CL 1.32
#> 5 MR UCL 4.32
#> 6 MR LCL 0