eocusum_adoc_sim {vlad} | R Documentation |
Compute steady-state ARLs of EO-CUSUM control charts using simulation.
eocusum_adoc_sim(r, k, h, df, coeff, coeff2, QS = 1, side = "low", type = "cond", m = 50)
r |
Integer. Number of of simulation runs. |
k |
Double. Reference value of the CUSUM control chart. Either |
h |
Double. Decision interval (alarm limit, threshold) of the CUSUM control chart. |
df |
Data Frame. First column Parsonnet Score and second column outcome of each operation. |
coeff |
Numeric Vector. Estimated coefficients alpha and beta from the binary logistic regression model. |
coeff2 |
Numeric Vector. Estimated coefficients alpha and beta from the binary logistic regression model of a resampled dataset. |
QS |
Double. Defines the performance of a surgeon with the odds ratio ratio of death
|
side |
Character. Default is |
type |
Character. Default argument is |
m |
Integer. Simulated in-control observations. |
Returns a single value which is the Run Length.
Philipp Wittenberg
# This function is deprecated. See eocusum_ad_sim() instead.