Skip to contents

[Stable]

Print a Pmetrics Observed vs. Predicted Summary Object

Usage

# S3 method for summary.PMop
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

An object made by summary.PMop.

digits

Integer, used for number of digits to print.

...

Not used.

Value

A printed object.

Details

Print a summary of observations, predictions and errors in a summary.PMop object made by summary.PMop and aliased by summary.PM_op.

Author

Michael Neely