robincar_coxscore {RobinCar} | R Documentation |
Robust cox score adjustment
Description
Robust cox score adjustment
Usage
robincar_coxscore(...)
Arguments
... |
Arguments to robincar_tte, other than 'adj_method' |
Value
A result object with the following attributes:
result |
A list: "statistic" is the robust Cox score test statistic which can be used to obtain p-values; "U" and "se" are the numerator and denominator of the test statistic, respectively. |
settings |
The covariate adjustment settings used. |
original_df |
The dataset supplied by the user. |
[Package RobinCar version 0.3.0 Index]