R/xi_to_tau.R

xi_to_tau <- function(tau, fit, fit1, fit2, xi) {
  return (division00(1/(1 + sigma2_hat(tau, fit, fit1, fit2)),
                     1/sigma2_hat(tau, fit, fit1, fit2)) - xi)
}

Try the EL2Surv package in your browser

Any scripts or data that you put into this service are public.

EL2Surv documentation built on May 1, 2019, 11:01 p.m.