Description Usage Arguments Value References Examples
This function calculates the exact p-value based on Chan (1998)
1 |
x.T |
positive integer representing the observed number of responders in the treatment group |
x.C |
positive integer representing the observed number of responders in the control group |
N.T |
positive integer representing the sample size in the treatment group |
N.C |
positive integer representing the sample size in the control group |
delta0 |
numeric between 0 and 1 representing the noninferiority margin |
method |
character representing the method for ordering criterion("MN","FM","SS","Blackwelder") |
lower |
logical. TRUE for the null hypothesis P.T-P.C<=-delta0.FALSE for the null hypothesis P.T-P.C>-delta0 |
tol |
positive numeric representing the increment size for domain of Delta. Default is set to 0.001. |
numeric representing Chan's exact p-value
Chan:98EC
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.