Learn R Programming

success (version 1.0.1)

summary.funnelplot: Summarizes S3 objects in this package.

Description

Prints a summary of the funnelplot object.

Usage

# S3 method for funnelplot
summary(object, ...)

Value

A data.frame with:

  • unit: unit number/identifier;

  • observed: the observed amount of failures at respective unit;

  • expected: the expected amount of failures at respective unit, given that the unit is performing at target;

  • numtotal: total number of subjects at respective unit;

  • p: estimated probability of failure at unit;

  • '0.xx': better/normal/worse proportion of failure at specified confidence levels.

Arguments

object

S3 object to summarize

...

extra parameters

Methods (by class)

  • summary(funnelplot): summarize instances detected by the funnelplot object

See Also

funnel_plot