Skip to contents

[Stable]

Print a Pmetrics Observed vs. Predicted Summary Object

Usage

# S3 method for class 'summary.PM_op'
print(x, digits = getPMoptions("digits"), embed = FALSE, ...)

Arguments

x

An object made by summary.PM_op.

digits

Integer, used for number of digits to print.

embed

If TRUE, will embed the summary in the R Markdown document. Default is FALSE.

...

Not used.

Value

A printed object.

Details

Print a summary of observations, predictions and errors in a summary.PM_op object made by summary.PM_op. 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$op$summary()
} # }