Learning Insights #3
Learning Insights #3
Learning Insights #3
Topic/Topics Discussed:
SPEARMAN RHO
My Learning Insights:
Topic/Topics Discussed:
LEARNING Insights:
Quality control charts represent a great tool for engineers to monitor if a
process is under statistical control. They help visualize variation, find and
correct problems when they occur, predict expected ranges of outcomes and
analyze patterns of process variation from special or common causes. Quality
control charts are often used in Lean Six Sigma projects and DMAIC projects
under the control phase and are considered as one of the seven basic quality
tools for process improvement.
A control chart is one of many process improvement techniques. It is not the
answer to all your problems. Nor should a control chart be used alone. There
are always other process improvement tools that should be used along with
control charts.
A control chart is used to monitor a process variable over time. That variable
can be in any type of company or organization - service, manufacturing, non-
profit and, yes, healthcare. It provides a picture of the process variable over
time and tells you the type of variation you are dealing with as you move
forward with continuous improvement. This understanding of variation is the
key to using control charts effectively.
Topic/Topics Discussed:
The x-bar and R-chart are quality control charts used to monitor the mean and
variation of a process based on samples taken in a given time. The control
limits on both chats are used to monitor the mean and variation of the process
going forward. If a point is out of the control limits, it indicates that the mean or
variation of the process is out-of-control; assignable causes may be suspected
at this point. On the x-bar chart, the y-axis shows the grand mean and the
control limits while the x-axis shows the sample group. Let’s take a look at
the R code using the qcc package to generate a x-bar chart.
R-chart
In order to use the R-chart along with the x-bar chart, the sample size n must
be greater than 1 and less than 11. For bigger samples, the s-chart must be
used instead to monitor the standard deviation of the sample rather than its
range. On the R-chart, the y-axis shows the range grand mean and the control
limits, while the x-axis shows the sample group. Once you have created a x-
bar chart, you will only need to add the following lines of code to generate the
R-chart.
Topic/Topics Discussed:
My Learning Insights:
The beta coefficients can be negative or positive, and have a t-value and
significance of the t-value associated with each.
The beta coefficient is the degree of change in the outcome variable for every
1-unit of change in the predictor variable.
If the beta coefficient is negative, the interpretation is that for every 1-unit
increase in the predictor variable, the outcome variable will decrease by the
beta coefficient value.
Topic/Topics Discussed:
My Learning Insights:
Topic/Topics Discussed:
My Learning Insights: