Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/powerbi-visuals-funnel
Find outliers in your data, using a funnel plot
https://github.com/Microsoft/powerbi-visuals-funnel
Last synced: about 1 month ago
JSON representation
Find outliers in your data, using a funnel plot
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-funnel
- Owner: microsoft
- License: mit
- Created: 2017-06-26T09:50:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T03:35:11.000Z (over 1 year ago)
- Last Synced: 2024-05-18T16:32:17.467Z (7 months ago)
- Language: R
- Size: 2.06 MB
- Stars: 14
- Watchers: 8
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-power-bi - Funnel
README
# Funnel plot
> Find outliers in your data, using a funnel plot.
![ChicletSlicer screenshot](assets/Screen4Store1.png)
# Overview
On occasion, we find patterns in statistical noise that lead us to incorrect conclusions about the underlying data.
The funnel plot helps you compare samples, and find true outliers among the measurements with varying precision. It’s widely used for comparing institutional performance and medical data analysis.
In our example, the measurements are rates of certain events (such as births) in populations (such as countries) of given size.
This visual uses a fixed effect model estimator. You can control the visual attributes to suit your needs.NEW: support for tooltips on hover and selection.
Here is how it works:
- Define two required fields to be analyzed in plot (occurrence and population fields)
- Optionally, provide the fields to be shown in tooltips upon hover
- You may select the Y axis to present percentage or ratio
- Use numerous formatting controls to refine the visual appearance of the plot
- The "funnel" is formed by confidence limits, and show the amount of expected variation. The dots outside the funnel are outliers.R package dependencies (which are auto-installed): scales, reshape, ggplot2, plotly, htmlwidgets, XML
Supports R versions: R 3.5.x, R 3.4.xThis is an open source visual. Get the code from GitHub: https://github.com/Microsoft/powerbi-visuals-funnel
# Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.