# NOT RUN {
patient_risks <- runif(100, min = 0.1, max = 0.8)
dpcl <- racusum_limit_dpcl(
patient_risks = patient_risks,
N = 1000,
odds_multiplier = 2,
alpha = 0.05,
seed = 32423
)
plot(dpcl, type = "l")
# }
Run the code above in your browser using DataLab