Skip to contents

[Stable]

Print a Pmetrics Observed vs. Predicted Summary Object

Usage

# S3 method for class 'summary.PM_sim'
print(x, ...)

Arguments

x

An object made by summary.PM_sim.

...

Not used.

Value

A printed object.

Details

Print a summary of simulations made by summary.PM_sim. Users do not normally need to call this print function directly, as it will be the default method to display the object.

See also

Author

Michael Neely

Examples

if (FALSE) { # \dontrun{
simEx$summary()
} # }