Skip to contents

[Stable] Prints NPDE distribution statistics and a Numerical Predictive Check (NPC) for each output equation in the PM_valid object. TAD-based results are included automatically when TAD validation was performed.

Usage

# S3 method for class 'PM_valid'
summary(object, probs = c(0.05, 0.5, 0.95), ...)

Arguments

object

A PM_valid object.

probs

Numeric vector of quantile cut-points for the NPC. Default is c(0.05, 0.5, 0.95).

...

Ignored; present for S3 compatibility.