mc.calcTstar: Compute Resampling T-statistic.

View source: R/mcCalcTstar.r

mc.calcTstarR 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).


mcr documentation built on Oct. 11, 2023, 5:14 p.m.