Description Usage Arguments Value
View source: R/5_Permutation.R
Permute the number of events observed in each cell of a contingency table, keeping the number of subjects in each cell fixed, and assuming no difference between treatment arms.
1 | PermEvents(y0, n0, y1, n1)
|
y0 |
Events per category in arm 0. |
n0 |
Subjects per category in arm 0. |
y1 |
Events per category in arm 1. |
n1 |
Subjects per category in arm 1. |
List containing the data after permutation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.