Skip to contents

[Stable]

Print a Pmetrics Final Summary Object

Usage

# 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.

Value

A printed object.

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.

See also

Author

Michael Neely

Examples

if (FALSE) { # \dontrun{
NPex$final$summary
} # }