print.RWDRI | R Documentation |
Standard print method for objects of class 'RWDRI'
## S3 method for class 'RWDRI'
print(
x,
RIperc = c(0.025, 0.975),
CIprop = 0.95,
pointEst = c("fullDataEst", "medianBS"),
...
)
x |
(object) of class 'RWDRI' |
RIperc |
(numeric) value specifying the percentiles, which define the reference interval |
CIprop |
(numeric) value specifying the central region for estimation of confidence intervals |
pointEst |
(character) specifying the point estimate determination: (1) using the full dataset ("fullDataEst"), (2) calculating the median model from all bootstrap samples ("medianBS"), (2) works only if NBootstrap > 0 |
... |
additional arguments passed forward to other functions. |
No return value. Instead, a summary is printed.
Christopher Rank christopher.rank@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.