NateByers / ControlCharts

Shiny app

Home Page:https://natebyers.shinyapps.io/ControlCharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This app can be used to create control charts for data uploaded as a .csv file. The charts are generated using the qicharts2 package.

Upload Data

Use the Upload Data box to upload your dataset. The file must be a flat comma separated (.csv) file with headers.

Here is an example using the gtt dataset in from the qicharts2 package.

Data Typing

The Data Typing box allows you to categorize the type of data you are uploading so that the right control chart can be selected. The selections are based on the flow chart on page 151 of The Health Care Data Guide.

The gtt dataset contains information about adverse events during hospitalization using the Global Trigger Tool. These are counts of adverse effects where the denominator changes over time.

Chart Options

The Chart Options box lets you choose the chart type, the column in the data set for the axes, and the column for the denominator.

Chart Labels

You can change the main title and axis labels in the Chart Labels box.

Download

The chart can then be downloaded.

About

Shiny app

https://natebyers.shinyapps.io/ControlCharts/


Languages

Language:HTML 98.2%Language:R 1.7%Language:JavaScript 0.1%