Skip to contents

[Stable] Summarizes the raw data (class: PM_op_data) from a PM_op object in the same way as summarizing a PM_op object. Both use summary.PM_op.

Usage

# S3 method for class 'PM_op_data'
summary(object, ...)

Arguments

object

A PM_op_data object

...

Additional arguments passed to summary.PM_op

Examples

if (FALSE) { # \dontrun{
NPex$op$data %>%
dplyr::filter(pred > 5) %>%
dplyr::filter(pred < 10) %>%
summary()
} # }