single-arm | R Documentation |
Assurance can be calculated for response rate
Arbitrary beta distributions can be used as prior.
initial.data <- new.singleArm(15, 30)
later <- new.oneArmResponseRate(100, 0.43)
# do it numerically
assurance(initial.data, later, 1000000)
# do it analytically
assurance(initial.data, later)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.