Skip to content

Instantly share code, notes, and snippets.

@rsalaza4
Last active October 13, 2019 12:50
Show Gist options
  • Save rsalaza4/fdb68519a30327058919994c7bd1a73c to your computer and use it in GitHub Desktop.
Save rsalaza4/fdb68519a30327058919994c7bd1a73c to your computer and use it in GitHub Desktop.
# Create the R-chart
r_chart <- qcc(measure, type = "R", data.name = measure_unit)
# Get the summaries for R-chart
summary(r_chart)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment