MedianStat: compute the median of the sample defined in the samples argument.
MeanStat: compute the mean of the sample defined in the samples argument.
SdStat: compute the standard deviation of the sample defined in the samples argument.
MinStat: compute the minimum of the sample defined in the samples argument.
MaxStat: compute the maximum of the sample defined in the samples argument.
DiffMeanStat: compute the difference of means between the two samples defined in the samples argument. Two samples must be defined.
EffectSizeContStat: compute the effect size for a continuous endpoint. Two samples must be defined.
RatioEffectSizeContStat: compute the ratio of two effect sizes for a continuous endpoint. Four samples must be defined.
PropStat: compute the proportion of the sample defined in the samples argument.
DiffPropStat: compute the difference of the proportions between the two samples defined in the samples argument. Two samples must be defined.
EffectSizePropStat: compute the effect size for a binary endpoint. Two samples must be defined.
RatioEffectSizePropStat: compute the ratio of two effect sizes for a binary endpoint. Four samples must be defined.
HazardRatioStat: compute the hazard ratio of the two samples defined in the samples argument. Two samples must be defined. By default the Log-Rank method is used. Optional argument: method taking as value Log-Rank or Cox.
EffectSizeEventStat: compute the effect size for a survival endpoint (log of the HR). Two samples must be defined. Two samples must be defined. By default the Log-Rank method is used. Optional argument: method taking as value Log-Rank or Cox.
RatioEffectSizeEventStat: compute the ratio of two effect sizes for a survival endpoint. Four samples must be defined. By default the Log-Rank method is used. Optional argument: method taking as value Log-Rank or Cox.
EventCountStat: compute the number of events observed in the sample(s) defined in the samples argument.
PatientCountStat: compute the number of patients observed in the sample(s) defined in the samples argument.