uq1_qqplot_elife: Uncertainty quantification for quantile-quantile plots

View source: R/plots.R

uq1_qqplot_elifeR Documentation

Uncertainty quantification for quantile-quantile plots

Description

Uncertainty quantification for quantile-quantile plots

Usage

uq1_qqplot_elife(
  B = 9999L,
  dat,
  par,
  lower,
  upper,
  level = 0.95,
  type2 = c("none", "ltrt", "ltrc"),
  family = c("exp", "gp", "gomp", "gompmake", "weibull", "extgp")
)

Arguments

B

number of bootstrap samples

dat

vector of data

par

parameter estimates of the model

lower

lower bounds (truncation or lowest possible value)

upper

upper bound for right-censoring or right-truncation

level

level of the confidence intervals

family

string; choice of parametric family

Value

a matrix with plotting positions for confidence intervals of quantile-quantile plots


longevity documentation built on Nov. 12, 2023, 5:07 p.m.