View source: R/Functions_Rsurrogate.R
fieller.calculate.me | R Documentation |
Constructs Fieller's confidence interval - closed form, not using perturbation.
fieller.calculate.me(a, B, var.mat)
a |
value of numerator |
B |
value of denominator |
var.mat |
variance-covariance matrix for a and B |
Produces a confidence interval for 1-a/B when closed form variance and covariance estimates are available. See documention for R.s.estimate.me for more detail.
Returns a vector of length 2, lower bound of the 95% confidence interval and upper bound of the 95% confidence interval.
Layla Parast
Parast, L., Garcia, TP, Prentice, RL, Carroll, RJ (2019+). Robust Methods to Correct for Measurement Error when Evaluating a Surrogate Marker. Under Review.
Fieller, Edgar C. (1954). Some problems in interval estimation. Journal of the Royal Statistical Society. Series B (Methodological), 175-185.
Fieller, E. C. (1940). The biological standardization of insulin. Supplement to the Journal of the Royal Statistical Society, 1-64.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.