Standard plot method for objects of class 'RWDRI'
# S3 method for RWDRI
plot(
x,
Scale = c("original", "transformed", "zScore"),
RIperc = c(0.025, 0.975),
Nhist = 60,
showMargin = TRUE,
showPathol = FALSE,
scalePathol = TRUE,
showBSModels = FALSE,
showValue = TRUE,
uncertaintyRegion = c("bootstrapCI", "uncertaintyMargin"),
CIprop = 0.95,
UMprop = 0.9,
pointEst = c("fullDataEst", "medianBS"),
colScheme = c("green", "blue"),
xlim = NULL,
ylim = NULL,
xlab = NULL,
ylab = NULL,
title = NULL,
...
) The applied plot limits in x-direction (xlim) are returned.
(object) of class 'RWDRI'
(character) specifying if percentiles are shown on the original scale ("or") or the transformed scale ("tr") or the z-Score scale ("z")
(numeric) value specifying the percentiles, which define the reference interval (default c(0.025, 0.975))
(integer) number of bins in the histogram (derived automatically if not set)
(logical) specifying if the specified margins, i.e. confidence intervals or uncertainty margins, shall be shown
(logical) specifying if the estimated pathological distribution shall be shown
(logical) specifying if the estimated pathological distribution shall be weighted with the ration of pathol/non-pathol
(logical) specifying if the estimated bootstrapping models shall be shown
(logical) specifying if the exact value of the estimated reference intervals shall be shown above the plot
(character) specifying the type of the uncertainty region around point estimates
(numeric) value specifying the central region for estimation of confidence intervals
(numeric) value specifying the central region for estimation of uncertainty margins
(character) specifying the point estimate determination: (1) using the full dataset ("fullDataEst"), (2) calculating the median model from the bootstrap samples ("medianBS"), (2) works only if NBootstrap > 0
(character) specifying color scheme of the non-pathological distribution and reference interval; choices are "green" and "blue"
(numeric) vector specifying the limits in x-direction
(numeric) vector specifying the limits in y-direction
(character) specifying the x-axis label
(character) specifying the y-axis label
(character) specifying plot title
additional arguments passed forward to other functions
Christopher Rank christopher.rank@roche.com, Tatjana Ammer tatjana.ammer@roche.com