This method visualizes outlier detection results for immunization indicators
at subnational levels. The output plot depends on the selection_type:
'region': Plots percent of non-outliers by year and region.'vaccine': Plots average non-outlier rate by year across all vaccines.'heat_map': Shows either a heatmap of all indicators (ifindicator = NULL) or a single indicator by year and region.
Arguments
- x
A
cd_outlierobject containing pre-processed outlier data.- selection_type
One of
"region","vaccine", or"heat_map":"region": Non-outlier rates for each region over time."vaccine": Average non-outlier rates for each vaccine over time."heat_map": Tile plot of indicators or a specific one.
- indicator
Optional. One of the supported indicators (
"opv1","penta3", etc.) to visualize in the plot. IfNULLandselection_type = "heat_map", all indicators will be shown.- ...
Reserved for future use.
Details
Outliers are identified using the Hampel X84 method and summarized by indicator.
Region and vaccine plots show % non-outliers using a diverging gradient scale.
Heatmaps display the raw
*_outlier5stdvalues directly.