Print Summary of Parameter Values and Credibility Intervals
Source:R/PM_final.R
print.summary.PM_final.RdUsage
# S3 method for class 'summary.PM_final'
print(x, digits = 3, ...)Arguments
- x
A summary.PM_final object made by summary.PM_final.
- digits
Integer, used for number of digits to print.
- ...
Not used.
Details
Print a summary of parameter medians and MAWD, with point estimates and credibilty intervals from an object made by summary.PM_final. Users do not normally need to call this function directly, as it will be the default method to display the object.