print.pmcalibration {pmcalibration} | R Documentation |
print a pmcalibration object
Description
print a pmcalibration object
Usage
## S3 method for class 'pmcalibration'
print(x, digits = 2, conf_level = 0.95, ...)
Arguments
x |
a |
digits |
number of digits to print |
conf_level |
width of the confidence interval (0.95 gives 95% CI) |
... |
optional arguments passed to print |
Value
prints a summary
[Package pmcalibration version 0.1.0 Index]