Standard print method for objects of class 'RWDRI'
# S3 method for RWDRI
print(
x,
RIperc = c(0.025, 0.975),
CIprop = 0.95,
pointEst = c("fullDataEst", "medianBS", "meanBS"),
truncNormal = FALSE,
...
)
No return value. Instead, a summary is printed.
(object) of class 'RWDRI'
(numeric) value specifying the percentiles, which define the reference interval
(numeric) value specifying the central region for estimation of confidence intervals
(character) specifying the point estimate determination: (1) using the full dataset ("fullDataEst"), (2) calculating the median from the bootstrap samples ("medianBS"), (2) works only if NBootstrap > 0 (3) calculating the mean from the bootstrap samples ("meanBS"), (3) works only if NBootstrap > 0
(logical) specifying if a normal distribution truncated at zero shall be assumed
additional arguments passed forward to other functions.
Christopher Rank christopher.rank@roche.com