Description Usage Arguments Value
Calculate the marginal event rates and summary stats starting from stratified event counts.
1 | CalcMargStats(y0, n0, y1, n1, weights = NULL, alpha = 0.05)
|
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. |
weights |
Stratum mixing weights. |
alpha |
Type I error. |
List containing two data.frames,
'Rates', data.frame of marginal rates.
'Stats', data.frame of marginal contrasts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.