| summary.funnelplot | R Documentation |
Prints a summary of the
funnelplot object.
## S3 method for class 'funnelplot'
summary(object, ...)
object |
S3 object to summarize |
... |
extra parameters |
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.
summary(funnelplot): summarize instances detected by the
funnelplot object
funnel_plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.