mc.calcTstar {mcr} | R Documentation |
Compute Resampling T-statistic.
Description
Compute Resampling T-statistic. for Calculation of t-Bootstrap Confidence Intervals.
Usage
mc.calcTstar(.Object, x.levels, iter.max = 30, threshold = 1e-06)
Arguments
.Object |
object of class "MCResultResampling". |
x.levels |
a numeic vector of clinical desision points of interest. |
iter.max |
maximal number of iterations for calculation of weighted deming regression. |
threshold |
threshold for calculation of weighted deming regression. |
Value
Tstar numeric vector containing resampling pivot statistic.
References
Carpenter J., Bithell J. Bootstrap confidence intervals: when, which, what? A practical guide for medical statisticians. Stat Med, 19 (9), 1141-1164 (2000).
[Package mcr version 1.3.3 Index]