Description Usage Arguments Value Author(s)
View source: R/lstats-functions.R
performs a L-statistic for right-censored and binary data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
time |
The observed time. |
status |
The status indicator, normally 0=alive, 1=dead. |
binary |
0=nonresponse, 1=response. |
treat |
The treatment-group indicator, normally 0=control, 1=intervention. |
tau0 |
starting follow-up (survival outcome). Default =0. |
tau |
follow-up. Default NULL denoting the last time in which both groups had patients at risk. |
taub |
time-point at which the binary endpoint is evaluated. If NULL, the binary endpoint is evaluated at tau. |
rho |
A scalar parameter that controls the type of test (see Weights). |
gam |
A scalar parameter that controls the type of test (see Weights). |
eta |
A scalar parameter that controls the type of test (see Weights). |
wb |
A scalar parameter that controls the type of test (see Weights). |
ws |
A scalar parameter that controls the type of test (see Weights). |
var_est |
indicates the variance estimate to use ('Pooled' or 'Unpooled') |
List: standardized statistic, statistic and variance.
Marta Bofill Roig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.