Find outliers in your data, using a funnel plot
Перейти к файлу
Boris Efraty 97602a3aa6
Master (#7)
* before upfgrade to 1.11.0

* api 1.11.0

* export data

* smalll

* guid and pbix

* small

* comments clean in R

* update to 1.0.3

small bug resolved
2018-09-27 11:42:59 +03:00
assets Master (#7) 2018-09-27 11:42:59 +03:00
r_files Ver 1.0.1 (#6) 2018-05-02 12:07:11 +03:00
src Ver 1.0.1 (#6) 2018-05-02 12:07:11 +03:00
style Version 1.0.0 (try 3) (#3) 2017-07-03 18:06:59 +04:00
.gitignore Ver 1.0.1 (#6) 2018-05-02 12:07:11 +03:00
LICENSE 19409: Funnel: Prepare the visual version 1.0.0 and resubmit it to Office Store (#4) 2017-07-03 18:46:32 +04:00
README.md Master (#7) 2018-09-27 11:42:59 +03:00
capabilities.json Ver 1.0.1 (#6) 2018-05-02 12:07:11 +03:00
dependencies.json Ver 1.0.1 (#6) 2018-05-02 12:07:11 +03:00
package-lock.json Master (#7) 2018-09-27 11:42:59 +03:00
package.json Master (#7) 2018-09-27 11:42:59 +03:00
pbiviz.json Master (#7) 2018-09-27 11:42:59 +03:00
script.r Master (#7) 2018-09-27 11:42:59 +03:00
tsconfig.json Ver 1.0.1 (#6) 2018-05-02 12:07:11 +03:00
tslint.json Ver 1.0.1 (#6) 2018-05-02 12:07:11 +03:00

README.md

Funnel plot

Find outliers in your data, using a funnel plot.

ChicletSlicer screenshot

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. Its 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.x

This 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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.