uq1_qqplot_elife | R Documentation |
Uncertainty quantification for quantile-quantile plots
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")
)
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 |
a matrix with plotting positions for confidence intervals of quantile-quantile plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.