Predicate that returns TRUE if x carries the "pmx_stats" class. This
is the shared base class for df_vpcstats() and df_doseprop() outputs;
use the subclass-specific predicates is_vpc_stats() and
is_doseprop_stats() when you need to discriminate between pipelines.
Arguments
- x
Object to test.
- strict
Logical. When
TRUE, additionally runsvalidate_pmx_stats()and returnsFALSEon validation failure. DefaultFALSE(class-tag check only, cheap).
See also
Other pmx stats class:
pmx_stats()
