SlideShare uma empresa Scribd logo
1 de 34
Baixar para ler offline
Using R for
 Statistical Training
         17/04/2012


     EL Cano,
                          Using R for Statistical Training
   JM Moguerza,
    A Redchuk              An Application to Six Sigma Methodology
Statistical Training              for Process Improvement.
The Problem
Approaches

The R Choice
The R framework
Sweave
                                Emilio L. Cano, Andr´s Redchuk and Javier
                                                    e
Application                                   M. Moguerza
Six Sigma
Examples
Environments                         Departamento de Estad´ıstica e Investigaci´n Operativa
                                                                               o
                                            Universidad Rey Juan Carlos (Madrid)


                                    XXXIII Congreso Nacional de Estad´
                                                                     ıstica e
                                            Investigaci´n Operativa
                                                       o



                        SEIO 2012                                                             1/28
Using R for
 Statistical Training
                        Contenido
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk           1   Statistical Training
Statistical Training          The Problem
The Problem
Approaches                    Approaches
The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                        SEIO 2012                  2/28
Using R for
 Statistical Training
                        Contenido
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk           1   Statistical Training
Statistical Training          The Problem
The Problem
Approaches                    Approaches
The R Choice
The R framework
Sweave                  2   The R Choice
Application
Six Sigma
                              The R framework
Examples
Environments                  Sweave




                        SEIO 2012                  2/28
Using R for
 Statistical Training
                        Contenido
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk           1   Statistical Training
Statistical Training          The Problem
The Problem
Approaches                    Approaches
The R Choice
The R framework
Sweave                  2   The R Choice
Application
Six Sigma
                              The R framework
Examples
Environments                  Sweave
                        3   Application
                              Six Sigma
                              Examples
                              Environments

                        SEIO 2012                  2/28
Using R for
 Statistical Training
                        Contenido
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk           1   Statistical Training
Statistical Training          The Problem
The Problem
Approaches                    Approaches
The R Choice
The R framework
Sweave                  2   The R Choice
Application
Six Sigma
                              The R framework
Examples
Environments                  Sweave
                        3   Application
                              Six Sigma
                              Examples
                              Environments

                        SEIO 2012                  3/28
Using R for
 Statistical Training
                        The Problem
         17/04/2012
                        Elements of Statistical Training
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                         SEIO 2012                         4/28
Using R for
 Statistical Training
                        Copy-paste Approach
         17/04/2012
                        Approaches
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
                                        Inconsistencies
Sweave

Application                             Errors
Six Sigma
Examples
Environments
                                        Out-of-date
                                        non-reproducible
                                        Painful changes




                         SEIO 2012                         5/28
Using R for
 Statistical Training
                        Reproducible Research Approach
         17/04/2012
                        Approaches
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training     Reproducible Research
The Problem
Approaches
                         The goal of reproducible research is to tie
The R Choice
The R framework          specific instructions to data analysis and
Sweave

Application              experimental data so that scholarship can be
Six Sigma
Examples                 recreated, better understood and verified
Environments




                         Literate Programming
                         Literate programming is a methodology that
                         combines a programming language with a
                         documentation language

                         SEIO 2012                                  6/28
Using R for
 Statistical Training
                        Reproducible Research
         17/04/2012
                        Workflow
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                         SEIO 2012              7/28
Using R for
 Statistical Training
                        Contenido
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk           1   Statistical Training
Statistical Training          The Problem
The Problem
Approaches                    Approaches
The R Choice
The R framework
Sweave                  2   The R Choice
Application
Six Sigma
                              The R framework
Examples
Environments                  Sweave
                        3   Application
                              Six Sigma
                              Examples
                              Environments

                        SEIO 2012                  8/28
Using R for
 Statistical Training
                        The R System
         17/04/2012
                        Choosing R
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training     What is R?
The Problem
Approaches               R is a language and environment for statistical
The R Choice
The R framework          computing and graphics.
Sweave

Application
Six Sigma
Examples
                               Open Source
Environments
                               Platform independent
                               Huge community
                               Extensible
                               3 730 available
                                                      http://www.r-project.org
                               packages
                         SEIO 2012                                        9/28
Using R for
                        A
                        LTEX, Beamer, PDF
 Statistical Training
         17/04/2012
                        Choosing R
     EL Cano,
   JM Moguerza,
    A Redchuk
                         A
                         LTEX
Statistical Training
The Problem
Approaches
                         LaTeX is a high-quality typesetting system; it
The R Choice
The R framework
                         includes features designed for the production
Sweave
                         of technical and scientific documentation
Application
Six Sigma
Examples
Environments             Beamer
                         Beamer is a LaTeX class for creating
                         presentations that are held using a projector,
                         but it can also be used to create transparency
                         slides
                         LTEXFiles can easily be converted to PDF.
                         A

                         SEIO 2012                                   10/28
Using R for
 Statistical Training
                        Sweave Documents
         17/04/2012
                        An Efficient Framework
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
                         Sweave
The R framework
Sweave
                         A Sweave document is a plain-text file which
Application              merges LTEX code and R code. The R
                                 A
Six Sigma
Examples
Environments
                         function Sweave() converts the Sweave
                         document (*.Rnw) into a LTEXfile (*.tex).
                                                  A

                         The code chunks are executed and the results
                         embedded into the LTEX file.
                                           A




                         SEIO 2012                                 11/28
Using R for
 Statistical Training
                        Contenido
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk           1   Statistical Training
Statistical Training          The Problem
The Problem
Approaches                    Approaches
The R Choice
The R framework
Sweave                  2   The R Choice
Application
Six Sigma
                              The R framework
Examples
Environments                  Sweave
                        3   Application
                              Six Sigma
                              Examples
                              Environments

                        SEIO 2012                  12/28
Using R for
 Statistical Training
                        Methodology at a Glance
         17/04/2012
                        Six Sigma
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
                         The Essense
Approaches
                         The application of the Scientific Method to
The R Choice
The R framework
Sweave
                         process improvement, using an easy language.
Application
Six Sigma
Examples                  DMAIC Cycle
Environments
                                                Roles
                          Define
                                                Champion
                          Measure
                                                Master Black Belt
                          Analyze
                                                Black Belt
                          Improve
                                                Green Belt
                          Control

                         SEIO 2012                                  13/28
Using R for
 Statistical Training
                        SixSigma Package
         17/04/2012
                        Six Sigma
     EL Cano,
   JM Moguerza,                 Six Sigma with R | Paper Helicopter template


                                                                                                                           Using packages
                                                                                                           max
    A Redchuk                                                                                              (9.5cm)


                                                                                                           std
                                                                                                           (8cm)
Statistical Training
The Problem
                                                                                                           min
                                                                                                           (6.5cm)
                                                                                                                                          Manuals
Approaches


                                                                                                                                          Data sets




                                                                                                        ← wings length →
The R Choice
The R framework
Sweave
                                                                                                                                          Templates
                                                                       cut
Application

                                                                                                                                          Learn-by-Code
                                                                  ?
                                                              pe


Six Sigma                             fold ↑                                            fold ↓
                                                             ta




Examples
Environments
                          cut




                                                                                                                                                        Six Sigma Process Map
                                                                                                                                                             operators
                                                                                                                                        INPUTS
                                cut                                                               cut                                                        tools
                                                                                                                                           X                 raw material
                                                                                                                                                             facilities

                                                                                                        ← body length →        INSPECTION                        ASSEMBLY                           TEST                      LABELING
                                                                                                                                  sheets                           sheets                         helicopter                  helicopter
                                                                                                                                    ...




                                                                                                                               INPUTS




                                                                                                                                                             INPUTS




                                                                                                                                                                                         INPUTS




                                                                                                                                                                                                                     INPUTS
                                                     tape?




                                                                             tape?




                                                                                                                             Param.(x): width NC          Param.(x): operator C        Param.(x): operator C       Param.(x): operator C
                                                                                                                                         operator C                   cut P                        throw P                     label P
                                                                                                                                         Measure pattern P            fix P                        discard P       Featur.(y): label
                                                                                                                                         discard P                    rotor.width C                environment N
                                                                                                                             Featur.(y): ok                           rotor.length C   Featur.(y): time
                                                                                                                                                                      paperclip C
                                                                                                                                                                      tape C
                                                                                                           min                                            Featur.(y): weight
                                                                                                           (6.5cm)

                                                                                                                              LEGEND
                                                                                                           std                                                                                     helicopter
                                                                                                                                                                                                                              OUTPUTS
                                          fold ↓ ↓




                                                                                      fold ↑ ↑




                                                                                                                              (C)ontrollable
                                                                                                           (8cm)              (Cr)itical
                                                                                                                              (N)oise
                                                                                                                                                                                                                                 Y
                                                                                                                              (P)rocedure
                                                                   clip?                                   max
                                                                                                                                                                      Paper Helicopter Project
                                       max       min   ← body width →           min         max            (9.5cm)
                         SEIO 2012     (6cm) (4cm)                           (4cm) (6cm)                                                                                                                                                   14/28
Using R for
 Statistical Training
                        Book
         17/04/2012
                        Six Sigma
     EL Cano,
   JM Moguerza,
    A Redchuk
                         Six Sigma with R
Statistical Training
The Problem              A live example: The entire book has been
Approaches

The R Choice
                         produced using Sweave.
The R framework
Sweave

Application                                  The roadmap: The
Six Sigma
Examples
Environments
                                             DMAIC Cycle
                                             The case study: paper
                                             helicopter
                                             SixSigma package: data
                                             sets, functions
                                             Easy explanations,
                                             further readings
                         SEIO 2012                                  15/28
Using R for
 Statistical Training
                        Sweave Example I
         17/04/2012
                        Six Sigma Application
     EL Cano,
   JM Moguerza,
    A Redchuk
                          documentclass [ a4paper ]{ article }
Statistical Training      usepackage { Sweave }
The Problem               title { Design of Experiments }
Approaches                author { EL Cano and JM Moguerza and A Rechuk }
The R Choice              begin { document }
The R framework           maketitle
Sweave                    section { Introduction }
Application              Design of experiments is the most important took in the I
Six Sigma                DMAIC cycle  ldots .
Examples
                         < < > >=
Environments
                         library ( SixSigma )
                         doe . model1 <- lm ( score ~ flour + salt + bakPow +
                                                flour * salt + flour * bakPow +
                                                salt * bakPow + flour * salt * bakPow ,
                                                data = ss . data . doe1 )
                         summary ( doe . model1 )
                         @
                         This is the general model :
                          begin { equation }
                          label { eq : doe : model }

                         SEIO 2012                                             16/28
Using R for
 Statistical Training
                        Sweave Example II
         17/04/2012
                        Six Sigma Application
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
                         y_ { ijkl }= mu + alpha_i + beta_j + gamma_k +( alpha  beta ) _ { ij }
Approaches               ( alpha  gamma ) _ { ik }+( beta  gamma ) _ { kl }+( alpha  beta  gamma
The R Choice
                          varepsilon_ { ijkl } ,
The R framework
                          end { equation }
Sweave                   And here we have a plot of effects :
Application
Six Sigma                << maineff , echo = FALSE , fig = TRUE > >=
Examples                 plot ( c ( -1 , 1) , ylim = range ( ss . data . doe1$score ) ,
Environments
                                               coef ( doe . model1 )[1] + c ( -1 , 1) * coef ( doe
                                               type =" b " , pch =16)
                         abline ( h = coef ( doe . model1 )[1])
                         @
                         % input { section2 }
                          end { document }




                         SEIO 2012                                                            17/28
Estimate Std. Error t value           Pr(>|t|)
(Intercept)            5.5150     0.3434 16.061            2.27e-07 ***
flour+                 1.8350     0.4856   3.779           0.005398 **
salt+                 -0.8350     0.4856 -1.719            0.123843
bakPow+               -2.9900     0.4856 -6.157            0.000272 ***
flour+:salt+           0.1700     0.6868   0.248           0.810725
flour+:bakPow+         0.8000     0.6868   1.165           0.277620
salt+:bakPow+          1.1800     0.6868   1.718           0.124081
flour+:salt+:bakPow+   0.5350     0.9712   0.551           0.596779
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05            '.' 0.1 ' ' 1

Residual standard error: 0.4856 on 8 degrees of freedom
Multiple R-squared: 0.9565,        Adjusted R-squared: 0.9185
F-statistic: 25.15 on 7 and 8 DF, p-value: 7.666e-05

This is the general model:

  yijkl = µ + αi + βj + γk + (αβ)ij + (αγ)ik + (βγ)kl + (αβγ)ijk + εijkl ,   (1)


                                      1
2
Using R for
 Statistical Training
                        Project Example
         17/04/2012
                        Divide and Conquer!
     EL Cano,
   JM Moguerza,
    A Redchuk
                         Strategies
Statistical Training
The Problem
Approaches
                         Partial Sweave files can be compiled to get
The R Choice             partial LTEX files. R scripts can Sweave .Rnw
                                 A
The R framework
Sweave                   files and “source” .R files. The final document
Application
Six Sigma                is obtained by compiling the “master”
Examples
Environments             LTEX file.
                          A

                         >   source("code/myoptions.R")
                         >   source("code/myfunctions.R")
                         >   source("code/mydata.R")
                         >   Sweave("rnw/theorem01.Rnw")
                         >   Sweave("rnw/lesson01.Rnw")
                         >   Sweave("rnw/exercises01.Rnw")
                         >   ...
                         >   texi2pdf("master.tex")

                         SEIO 2012                                 20/28
Using R for
 Statistical Training
                        Some useful extensions
         17/04/2012
                        Packages
     EL Cano,
   JM Moguerza,
    A Redchuk
                                 knitr, pgfSweave: enhanced options for
Statistical Training
The Problem
                                 Sweave
Approaches

The R Choice
                                 RGIFT: Automatic generation of
The R framework
Sweave                           questionnaires for Moodle
Application
Six Sigma                        exams: Automatic generation of printable
Examples
Environments                     exams
                                 odfWeave: Open Document format
                                 documents generation
                                 More in the “Reproducible Research” Task
                                 View at CRAN.
                                 http://cran.r-project.org/web/views/
                                 ReproducibleResearch.html
                         SEIO 2012                                      21/28
Using R for
 Statistical Training
                        R GUI
         17/04/2012
                        Integrated Environments
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                         SEIO 2012                22/28
Using R for
 Statistical Training
                        R Studio
         17/04/2012
                        Integrated Environments
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                         SEIO 2012                23/28
Using R for
 Statistical Training
                        EMACS + ESS
         17/04/2012
                        Integrated Environments
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                         SEIO 2012                24/28
Using R for
 Statistical Training
                        Eclipse + StatET
         17/04/2012
                        Integrated Environments
     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                         SEIO 2012                25/28
Using R for
 Statistical Training
                        Summary
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk
                                Statistical training entail some challenges
                                regarding contents and materials.
Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave

Application
Six Sigma
Examples
Environments




                        SEIO 2012                                       26/28
Using R for
 Statistical Training
                        Summary
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk
                                Statistical training entail some challenges
                                regarding contents and materials.
Statistical Training
The Problem
Approaches
                                R is the perfect partner for statistical
The R Choice
The R framework
                                training.
Sweave

Application
Six Sigma
Examples
Environments




                        SEIO 2012                                       26/28
Using R for
 Statistical Training
                        Summary
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk
                                Statistical training entail some challenges
                                regarding contents and materials.
Statistical Training
The Problem
Approaches
                                R is the perfect partner for statistical
The R Choice
The R framework
                                training.
Sweave

Application
                                Reproducible research and literate
Six Sigma
Examples
                                programming enhance training materials
Environments
                                quality.




                        SEIO 2012                                       26/28
Using R for
 Statistical Training
                        Summary
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk
                                Statistical training entail some challenges
                                regarding contents and materials.
Statistical Training
The Problem
Approaches
                                R is the perfect partner for statistical
The R Choice
The R framework
                                training.
Sweave

Application
                                Reproducible research and literate
Six Sigma
Examples
                                programming enhance training materials
Environments
                                quality.
                                The use of R and LTEX through Sweave,
                                                    A

                                comprise a complete framework for
                                statistical documentation generation.


                        SEIO 2012                                       26/28
Using R for
 Statistical Training
                        Summary
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk
                                Statistical training entail some challenges
                                regarding contents and materials.
Statistical Training
The Problem
Approaches
                                R is the perfect partner for statistical
The R Choice
The R framework
                                training.
Sweave

Application
                                Reproducible research and literate
Six Sigma
Examples
                                programming enhance training materials
Environments
                                quality.
                                The use of R and LTEX through Sweave,
                                                    A

                                comprise a complete framework for
                                statistical documentation generation.
                                Extensions and integrated environments
                                make easy exploiting the R capabilities.
                        SEIO 2012                                       26/28
Using R for
 Statistical Training
                        Acknowledgements
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches              R Core Team and R enthusiasts in general.
The R Choice            Springer
The R framework
Sweave

Application             This work has been partially funded by the projects:
Six Sigma               AGORANET project (IPT-430000-2010-32)
Examples                VRTUOSI www.vrtuosi.org: 502869-LLP-1-2009-ES-ERASMUS-EVC)
Environments
                        HAUS: IPT-2011-1049-430000
                        EDUCALAB: IPT-2011-1071-430000
                        DEMOCRACY4ALL: IPT-2011-0869-430000
                        CORPORATE COMMUNITY: IPT-2011-0871-430000




                        SEIO 2012                                                    27/28
Using R for
 Statistical Training
                        Discussion
         17/04/2012


     EL Cano,
   JM Moguerza,
    A Redchuk

Statistical Training
The Problem
Approaches

The R Choice
The R framework
Sweave
                                    Thanks for your
Application
Six Sigma
Examples
Environments
                                      attention !



                        SEIO 2012                     28/28

Mais conteúdo relacionado

Destaque

R Project Website
R Project WebsiteR Project Website
R Project Websiteishka
 
Maths final compilation Statistic project
Maths final compilation Statistic projectMaths final compilation Statistic project
Maths final compilation Statistic projectchristinelee1996
 
statistic project for college level
statistic project for college levelstatistic project for college level
statistic project for college levelJohn Douglas
 
Social Network Analysis in R
Social Network Analysis in RSocial Network Analysis in R
Social Network Analysis in RIan Cook
 
Data analysis with R and Julia
Data analysis with R and JuliaData analysis with R and Julia
Data analysis with R and JuliaMark Tabladillo
 
Statistic project 22
Statistic project 22Statistic project 22
Statistic project 22Jenny Lee
 
Introduction to basic statistics
Introduction to basic statisticsIntroduction to basic statistics
Introduction to basic statisticsIBM
 
Social Network Analysis With R
Social Network Analysis With RSocial Network Analysis With R
Social Network Analysis With RDavid Chiu
 
Refresher in statistics and analysis skill
Refresher in statistics and analysis skillRefresher in statistics and analysis skill
Refresher in statistics and analysis skillSantam Chakraborty
 
Statistics student sample project (1)
Statistics student sample project (1)Statistics student sample project (1)
Statistics student sample project (1)Jef Faciol
 
Formulating hypotheses
Formulating hypothesesFormulating hypotheses
Formulating hypothesesAniket Verma
 
Statistics Math project class 10th
Statistics Math project class 10thStatistics Math project class 10th
Statistics Math project class 10thRiya Singh
 
50 Words Powerpoint Jayden
50 Words Powerpoint Jayden50 Words Powerpoint Jayden
50 Words Powerpoint Jaydenmrrobbo
 
SEO Goes Natural and Social
SEO Goes Natural and SocialSEO Goes Natural and Social
SEO Goes Natural and SocialRichard Sink
 
QR Codes in Education
QR Codes in EducationQR Codes in Education
QR Codes in Educationmrrobbo
 
Gang announcements 2010 11
Gang announcements 2010 11Gang announcements 2010 11
Gang announcements 2010 11David Giard
 
20 #pegeeks
20 #pegeeks20 #pegeeks
20 #pegeeksmrrobbo
 
Pochoco
PochocoPochoco
Pochocogndlf
 

Destaque (20)

R Project Website
R Project WebsiteR Project Website
R Project Website
 
Maths final compilation Statistic project
Maths final compilation Statistic projectMaths final compilation Statistic project
Maths final compilation Statistic project
 
statistic project for college level
statistic project for college levelstatistic project for college level
statistic project for college level
 
Social Network Analysis in R
Social Network Analysis in RSocial Network Analysis in R
Social Network Analysis in R
 
Data analysis with R and Julia
Data analysis with R and JuliaData analysis with R and Julia
Data analysis with R and Julia
 
Statistic project 22
Statistic project 22Statistic project 22
Statistic project 22
 
Introduction to basic statistics
Introduction to basic statisticsIntroduction to basic statistics
Introduction to basic statistics
 
Social Network Analysis With R
Social Network Analysis With RSocial Network Analysis With R
Social Network Analysis With R
 
Refresher in statistics and analysis skill
Refresher in statistics and analysis skillRefresher in statistics and analysis skill
Refresher in statistics and analysis skill
 
Statistical Project
Statistical ProjectStatistical Project
Statistical Project
 
statistics project
statistics projectstatistics project
statistics project
 
Statistics student sample project (1)
Statistics student sample project (1)Statistics student sample project (1)
Statistics student sample project (1)
 
Formulating hypotheses
Formulating hypothesesFormulating hypotheses
Formulating hypotheses
 
Statistics Math project class 10th
Statistics Math project class 10thStatistics Math project class 10th
Statistics Math project class 10th
 
50 Words Powerpoint Jayden
50 Words Powerpoint Jayden50 Words Powerpoint Jayden
50 Words Powerpoint Jayden
 
SEO Goes Natural and Social
SEO Goes Natural and SocialSEO Goes Natural and Social
SEO Goes Natural and Social
 
QR Codes in Education
QR Codes in EducationQR Codes in Education
QR Codes in Education
 
Gang announcements 2010 11
Gang announcements 2010 11Gang announcements 2010 11
Gang announcements 2010 11
 
20 #pegeeks
20 #pegeeks20 #pegeeks
20 #pegeeks
 
Pochoco
PochocoPochoco
Pochoco
 

Semelhante a Using R for Statistical Training: An Application to Six Sigma Methodology for Process Improvement.

Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...
Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...
Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...isabelmargarido
 
Six Sigma and the application perspectives of various industries: A bibliomet...
Six Sigma and the application perspectives of various industries: A bibliomet...Six Sigma and the application perspectives of various industries: A bibliomet...
Six Sigma and the application perspectives of various industries: A bibliomet...IJAEMSJORNAL
 
Privacy Requirements Engineering in Agile Software Development
Privacy Requirements Engineering in Agile Software DevelopmentPrivacy Requirements Engineering in Agile Software Development
Privacy Requirements Engineering in Agile Software DevelopmentRequirementsEngineeringLaboratory
 
CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...
CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...
CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...CesToronto
 
International Journal of Scientific and Research Publications,.docx
International Journal of Scientific and Research Publications,.docxInternational Journal of Scientific and Research Publications,.docx
International Journal of Scientific and Research Publications,.docxnormanibarber20063
 
R programming for psychometrics
R programming for psychometricsR programming for psychometrics
R programming for psychometricsDiane Talley
 
Requirement Elicitation Model (REM) in the Context of Global Software Develop...
Requirement Elicitation Model (REM) in the Context of Global Software Develop...Requirement Elicitation Model (REM) in the Context of Global Software Develop...
Requirement Elicitation Model (REM) in the Context of Global Software Develop...IJAAS Team
 
A Review on Six Sigma (DMAIC) Methodology
A Review on Six Sigma (DMAIC) MethodologyA Review on Six Sigma (DMAIC) Methodology
A Review on Six Sigma (DMAIC) MethodologyIJMER
 
Ji_Jing_resume_Quant_20150104
Ji_Jing_resume_Quant_20150104Ji_Jing_resume_Quant_20150104
Ji_Jing_resume_Quant_20150104Jing Ji
 
Proceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docxProceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docxwkyra78
 
Audit report[rollno 49]
Audit report[rollno 49]Audit report[rollno 49]
Audit report[rollno 49]RAHULROHAM2
 
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...IRJET Journal
 
PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...
PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...
PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...Claudia Melo
 
Enablers for Maturing your S&OP Processes, SherTrack
Enablers for Maturing your S&OP Processes, SherTrackEnablers for Maturing your S&OP Processes, SherTrack
Enablers for Maturing your S&OP Processes, SherTrackInnovation Enterprise
 
Parma 2016-05-17 - JGrass-NewAGE - Some About The State of Art
Parma 2016-05-17 - JGrass-NewAGE - Some About The State of ArtParma 2016-05-17 - JGrass-NewAGE - Some About The State of Art
Parma 2016-05-17 - JGrass-NewAGE - Some About The State of ArtRiccardo Rigon
 
IRJET- A Research Study on Critical Challenges in Agile Requirements Engineering
IRJET- A Research Study on Critical Challenges in Agile Requirements EngineeringIRJET- A Research Study on Critical Challenges in Agile Requirements Engineering
IRJET- A Research Study on Critical Challenges in Agile Requirements EngineeringIRJET Journal
 
SEM on MIDUS Dataset
SEM on MIDUS DatasetSEM on MIDUS Dataset
SEM on MIDUS DatasetKan Yuenyong
 
AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...
AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...
AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...Dr. Haxel Consult
 

Semelhante a Using R for Statistical Training: An Application to Six Sigma Methodology for Process Improvement. (20)

Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...
Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...
Recommendations to Avoid Problems and Difficulties in Implementing CMMI High ...
 
Six Sigma and the application perspectives of various industries: A bibliomet...
Six Sigma and the application perspectives of various industries: A bibliomet...Six Sigma and the application perspectives of various industries: A bibliomet...
Six Sigma and the application perspectives of various industries: A bibliomet...
 
Privacy Requirements Engineering in Agile Software Development
Privacy Requirements Engineering in Agile Software DevelopmentPrivacy Requirements Engineering in Agile Software Development
Privacy Requirements Engineering in Agile Software Development
 
CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...
CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...
CES 2013 conference - Rethinking the Relationship between Monitoring and Eval...
 
International Journal of Scientific and Research Publications,.docx
International Journal of Scientific and Research Publications,.docxInternational Journal of Scientific and Research Publications,.docx
International Journal of Scientific and Research Publications,.docx
 
R programming for psychometrics
R programming for psychometricsR programming for psychometrics
R programming for psychometrics
 
Requirement Elicitation Model (REM) in the Context of Global Software Develop...
Requirement Elicitation Model (REM) in the Context of Global Software Develop...Requirement Elicitation Model (REM) in the Context of Global Software Develop...
Requirement Elicitation Model (REM) in the Context of Global Software Develop...
 
A Review on Six Sigma (DMAIC) Methodology
A Review on Six Sigma (DMAIC) MethodologyA Review on Six Sigma (DMAIC) Methodology
A Review on Six Sigma (DMAIC) Methodology
 
Ji_Jing_resume_Quant_20150104
Ji_Jing_resume_Quant_20150104Ji_Jing_resume_Quant_20150104
Ji_Jing_resume_Quant_20150104
 
Proceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docxProceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docx
 
Audit report[rollno 49]
Audit report[rollno 49]Audit report[rollno 49]
Audit report[rollno 49]
 
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
 
PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...
PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...
PRODUCTIVITY OF AGILE TEAMS: AN EMPIRICAL EVALUATION OF FACTORS AND MONITORIN...
 
Enablers for Maturing your S&OP Processes, SherTrack
Enablers for Maturing your S&OP Processes, SherTrackEnablers for Maturing your S&OP Processes, SherTrack
Enablers for Maturing your S&OP Processes, SherTrack
 
Parma 2016-05-17 - JGrass-NewAGE - Some About The State of Art
Parma 2016-05-17 - JGrass-NewAGE - Some About The State of ArtParma 2016-05-17 - JGrass-NewAGE - Some About The State of Art
Parma 2016-05-17 - JGrass-NewAGE - Some About The State of Art
 
IRJET- A Research Study on Critical Challenges in Agile Requirements Engineering
IRJET- A Research Study on Critical Challenges in Agile Requirements EngineeringIRJET- A Research Study on Critical Challenges in Agile Requirements Engineering
IRJET- A Research Study on Critical Challenges in Agile Requirements Engineering
 
Resume
ResumeResume
Resume
 
A STRATEGIC ANALYTICS METHODOLOGY v1
A STRATEGIC ANALYTICS METHODOLOGY v1A STRATEGIC ANALYTICS METHODOLOGY v1
A STRATEGIC ANALYTICS METHODOLOGY v1
 
SEM on MIDUS Dataset
SEM on MIDUS DatasetSEM on MIDUS Dataset
SEM on MIDUS Dataset
 
AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...
AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...
AI-SDV 2022: Accommodating the Deep Learning Revolution by a Development Proc...
 

Mais de Emilio L. Cano

R and Shiny to support real estate appraisers: An expert algorithm implementa...
R and Shiny to support real estate appraisers: An expert algorithm implementa...R and Shiny to support real estate appraisers: An expert algorithm implementa...
R and Shiny to support real estate appraisers: An expert algorithm implementa...Emilio L. Cano
 
Generación de materiales didácticos multiformato con bookdown
Generación de materiales didácticos multiformato con bookdownGeneración de materiales didácticos multiformato con bookdown
Generación de materiales didácticos multiformato con bookdownEmilio L. Cano
 
Unattended SVM parameters fitting for monitoring nonlinear profiles
Unattended SVM parameters fitting for monitoring nonlinear profilesUnattended SVM parameters fitting for monitoring nonlinear profiles
Unattended SVM parameters fitting for monitoring nonlinear profilesEmilio L. Cano
 
Appling Scrum to Organize University Degrees Coursework
Appling Scrum to Organize University Degrees CourseworkAppling Scrum to Organize University Degrees Coursework
Appling Scrum to Organize University Degrees CourseworkEmilio L. Cano
 
Monitoring nonlinear profiles with {R}: an application to quality control
Monitoring nonlinear profiles with {R}: an application to quality controlMonitoring nonlinear profiles with {R}: an application to quality control
Monitoring nonlinear profiles with {R}: an application to quality controlEmilio L. Cano
 
Generación y corrección automática de trabajos evaluables personalizados con ...
Generación y corrección automática de trabajos evaluables personalizados con ...Generación y corrección automática de trabajos evaluables personalizados con ...
Generación y corrección automática de trabajos evaluables personalizados con ...Emilio L. Cano
 
Talentyon: how to turn R expertise into business within the collaborative eco...
Talentyon: how to turn R expertise into business within the collaborative eco...Talentyon: how to turn R expertise into business within the collaborative eco...
Talentyon: how to turn R expertise into business within the collaborative eco...Emilio L. Cano
 
Las normas ISO como puerta de entrada de la Estadística en la empresa
Las normas ISO como puerta de entrada de la Estadística en la empresaLas normas ISO como puerta de entrada de la Estadística en la empresa
Las normas ISO como puerta de entrada de la Estadística en la empresaEmilio L. Cano
 
Las 7 herramientas básicas de la calidad con R
Las 7 herramientas básicas de la calidad con RLas 7 herramientas básicas de la calidad con R
Las 7 herramientas básicas de la calidad con REmilio L. Cano
 
Stochastic optimization and risk management for an efficient planning of buil...
Stochastic optimization and risk management for an efficient planning of buil...Stochastic optimization and risk management for an efficient planning of buil...
Stochastic optimization and risk management for an efficient planning of buil...Emilio L. Cano
 
Análisis de inversiones energéticas en el ámbito del edificio
Análisis de inversiones energéticas en el ámbito del edificioAnálisis de inversiones energéticas en el ámbito del edificio
Análisis de inversiones energéticas en el ámbito del edificioEmilio L. Cano
 
Standardisation on Statistics: ISO Standards and R Tools
Standardisation on Statistics: ISO Standards and R ToolsStandardisation on Statistics: ISO Standards and R Tools
Standardisation on Statistics: ISO Standards and R ToolsEmilio L. Cano
 
An integrated Solver Manager: using R and Python for energy systems optimization
An integrated Solver Manager: using R and Python for energy systems optimizationAn integrated Solver Manager: using R and Python for energy systems optimization
An integrated Solver Manager: using R and Python for energy systems optimizationEmilio L. Cano
 
Calidad Seis Sigma con R: Aplicación a la docencia
Calidad Seis Sigma con R: Aplicación a la docenciaCalidad Seis Sigma con R: Aplicación a la docencia
Calidad Seis Sigma con R: Aplicación a la docenciaEmilio L. Cano
 
Strategic Energy Systems Planning under Uncertainty
Strategic Energy Systems Planning under UncertaintyStrategic Energy Systems Planning under Uncertainty
Strategic Energy Systems Planning under UncertaintyEmilio L. Cano
 
Reproducible Operations Research. An Application to Energy Systems Optimization
Reproducible Operations Research. An Application to Energy Systems OptimizationReproducible Operations Research. An Application to Energy Systems Optimization
Reproducible Operations Research. An Application to Energy Systems OptimizationEmilio L. Cano
 
A Solver Manager for energy systems planning within a Stochastic Optimization...
A Solver Manager for energy systems planning within a Stochastic Optimization...A Solver Manager for energy systems planning within a Stochastic Optimization...
A Solver Manager for energy systems planning within a Stochastic Optimization...Emilio L. Cano
 
Strategic Buildings’ Energy Systems Planning
Strategic Buildings’ Energy Systems PlanningStrategic Buildings’ Energy Systems Planning
Strategic Buildings’ Energy Systems PlanningEmilio L. Cano
 
A Symbolic Model Specification for Energy Efficiency Optimization Models
A Symbolic Model Specification for Energy Efficiency Optimization ModelsA Symbolic Model Specification for Energy Efficiency Optimization Models
A Symbolic Model Specification for Energy Efficiency Optimization ModelsEmilio L. Cano
 
Decision Making under Uncertainty: R implementation for Energy Efficient Buil...
Decision Making under Uncertainty: R implementation for Energy Efficient Buil...Decision Making under Uncertainty: R implementation for Energy Efficient Buil...
Decision Making under Uncertainty: R implementation for Energy Efficient Buil...Emilio L. Cano
 

Mais de Emilio L. Cano (20)

R and Shiny to support real estate appraisers: An expert algorithm implementa...
R and Shiny to support real estate appraisers: An expert algorithm implementa...R and Shiny to support real estate appraisers: An expert algorithm implementa...
R and Shiny to support real estate appraisers: An expert algorithm implementa...
 
Generación de materiales didácticos multiformato con bookdown
Generación de materiales didácticos multiformato con bookdownGeneración de materiales didácticos multiformato con bookdown
Generación de materiales didácticos multiformato con bookdown
 
Unattended SVM parameters fitting for monitoring nonlinear profiles
Unattended SVM parameters fitting for monitoring nonlinear profilesUnattended SVM parameters fitting for monitoring nonlinear profiles
Unattended SVM parameters fitting for monitoring nonlinear profiles
 
Appling Scrum to Organize University Degrees Coursework
Appling Scrum to Organize University Degrees CourseworkAppling Scrum to Organize University Degrees Coursework
Appling Scrum to Organize University Degrees Coursework
 
Monitoring nonlinear profiles with {R}: an application to quality control
Monitoring nonlinear profiles with {R}: an application to quality controlMonitoring nonlinear profiles with {R}: an application to quality control
Monitoring nonlinear profiles with {R}: an application to quality control
 
Generación y corrección automática de trabajos evaluables personalizados con ...
Generación y corrección automática de trabajos evaluables personalizados con ...Generación y corrección automática de trabajos evaluables personalizados con ...
Generación y corrección automática de trabajos evaluables personalizados con ...
 
Talentyon: how to turn R expertise into business within the collaborative eco...
Talentyon: how to turn R expertise into business within the collaborative eco...Talentyon: how to turn R expertise into business within the collaborative eco...
Talentyon: how to turn R expertise into business within the collaborative eco...
 
Las normas ISO como puerta de entrada de la Estadística en la empresa
Las normas ISO como puerta de entrada de la Estadística en la empresaLas normas ISO como puerta de entrada de la Estadística en la empresa
Las normas ISO como puerta de entrada de la Estadística en la empresa
 
Las 7 herramientas básicas de la calidad con R
Las 7 herramientas básicas de la calidad con RLas 7 herramientas básicas de la calidad con R
Las 7 herramientas básicas de la calidad con R
 
Stochastic optimization and risk management for an efficient planning of buil...
Stochastic optimization and risk management for an efficient planning of buil...Stochastic optimization and risk management for an efficient planning of buil...
Stochastic optimization and risk management for an efficient planning of buil...
 
Análisis de inversiones energéticas en el ámbito del edificio
Análisis de inversiones energéticas en el ámbito del edificioAnálisis de inversiones energéticas en el ámbito del edificio
Análisis de inversiones energéticas en el ámbito del edificio
 
Standardisation on Statistics: ISO Standards and R Tools
Standardisation on Statistics: ISO Standards and R ToolsStandardisation on Statistics: ISO Standards and R Tools
Standardisation on Statistics: ISO Standards and R Tools
 
An integrated Solver Manager: using R and Python for energy systems optimization
An integrated Solver Manager: using R and Python for energy systems optimizationAn integrated Solver Manager: using R and Python for energy systems optimization
An integrated Solver Manager: using R and Python for energy systems optimization
 
Calidad Seis Sigma con R: Aplicación a la docencia
Calidad Seis Sigma con R: Aplicación a la docenciaCalidad Seis Sigma con R: Aplicación a la docencia
Calidad Seis Sigma con R: Aplicación a la docencia
 
Strategic Energy Systems Planning under Uncertainty
Strategic Energy Systems Planning under UncertaintyStrategic Energy Systems Planning under Uncertainty
Strategic Energy Systems Planning under Uncertainty
 
Reproducible Operations Research. An Application to Energy Systems Optimization
Reproducible Operations Research. An Application to Energy Systems OptimizationReproducible Operations Research. An Application to Energy Systems Optimization
Reproducible Operations Research. An Application to Energy Systems Optimization
 
A Solver Manager for energy systems planning within a Stochastic Optimization...
A Solver Manager for energy systems planning within a Stochastic Optimization...A Solver Manager for energy systems planning within a Stochastic Optimization...
A Solver Manager for energy systems planning within a Stochastic Optimization...
 
Strategic Buildings’ Energy Systems Planning
Strategic Buildings’ Energy Systems PlanningStrategic Buildings’ Energy Systems Planning
Strategic Buildings’ Energy Systems Planning
 
A Symbolic Model Specification for Energy Efficiency Optimization Models
A Symbolic Model Specification for Energy Efficiency Optimization ModelsA Symbolic Model Specification for Energy Efficiency Optimization Models
A Symbolic Model Specification for Energy Efficiency Optimization Models
 
Decision Making under Uncertainty: R implementation for Energy Efficient Buil...
Decision Making under Uncertainty: R implementation for Energy Efficient Buil...Decision Making under Uncertainty: R implementation for Energy Efficient Buil...
Decision Making under Uncertainty: R implementation for Energy Efficient Buil...
 

Último

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 

Último (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

Using R for Statistical Training: An Application to Six Sigma Methodology for Process Improvement.

  • 1. Using R for Statistical Training 17/04/2012 EL Cano, Using R for Statistical Training JM Moguerza, A Redchuk An Application to Six Sigma Methodology Statistical Training for Process Improvement. The Problem Approaches The R Choice The R framework Sweave Emilio L. Cano, Andr´s Redchuk and Javier e Application M. Moguerza Six Sigma Examples Environments Departamento de Estad´ıstica e Investigaci´n Operativa o Universidad Rey Juan Carlos (Madrid) XXXIII Congreso Nacional de Estad´ ıstica e Investigaci´n Operativa o SEIO 2012 1/28
  • 2. Using R for Statistical Training Contenido 17/04/2012 EL Cano, JM Moguerza, A Redchuk 1 Statistical Training Statistical Training The Problem The Problem Approaches Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 2/28
  • 3. Using R for Statistical Training Contenido 17/04/2012 EL Cano, JM Moguerza, A Redchuk 1 Statistical Training Statistical Training The Problem The Problem Approaches Approaches The R Choice The R framework Sweave 2 The R Choice Application Six Sigma The R framework Examples Environments Sweave SEIO 2012 2/28
  • 4. Using R for Statistical Training Contenido 17/04/2012 EL Cano, JM Moguerza, A Redchuk 1 Statistical Training Statistical Training The Problem The Problem Approaches Approaches The R Choice The R framework Sweave 2 The R Choice Application Six Sigma The R framework Examples Environments Sweave 3 Application Six Sigma Examples Environments SEIO 2012 2/28
  • 5. Using R for Statistical Training Contenido 17/04/2012 EL Cano, JM Moguerza, A Redchuk 1 Statistical Training Statistical Training The Problem The Problem Approaches Approaches The R Choice The R framework Sweave 2 The R Choice Application Six Sigma The R framework Examples Environments Sweave 3 Application Six Sigma Examples Environments SEIO 2012 3/28
  • 6. Using R for Statistical Training The Problem 17/04/2012 Elements of Statistical Training EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 4/28
  • 7. Using R for Statistical Training Copy-paste Approach 17/04/2012 Approaches EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Inconsistencies Sweave Application Errors Six Sigma Examples Environments Out-of-date non-reproducible Painful changes SEIO 2012 5/28
  • 8. Using R for Statistical Training Reproducible Research Approach 17/04/2012 Approaches EL Cano, JM Moguerza, A Redchuk Statistical Training Reproducible Research The Problem Approaches The goal of reproducible research is to tie The R Choice The R framework specific instructions to data analysis and Sweave Application experimental data so that scholarship can be Six Sigma Examples recreated, better understood and verified Environments Literate Programming Literate programming is a methodology that combines a programming language with a documentation language SEIO 2012 6/28
  • 9. Using R for Statistical Training Reproducible Research 17/04/2012 Workflow EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 7/28
  • 10. Using R for Statistical Training Contenido 17/04/2012 EL Cano, JM Moguerza, A Redchuk 1 Statistical Training Statistical Training The Problem The Problem Approaches Approaches The R Choice The R framework Sweave 2 The R Choice Application Six Sigma The R framework Examples Environments Sweave 3 Application Six Sigma Examples Environments SEIO 2012 8/28
  • 11. Using R for Statistical Training The R System 17/04/2012 Choosing R EL Cano, JM Moguerza, A Redchuk Statistical Training What is R? The Problem Approaches R is a language and environment for statistical The R Choice The R framework computing and graphics. Sweave Application Six Sigma Examples Open Source Environments Platform independent Huge community Extensible 3 730 available http://www.r-project.org packages SEIO 2012 9/28
  • 12. Using R for A LTEX, Beamer, PDF Statistical Training 17/04/2012 Choosing R EL Cano, JM Moguerza, A Redchuk A LTEX Statistical Training The Problem Approaches LaTeX is a high-quality typesetting system; it The R Choice The R framework includes features designed for the production Sweave of technical and scientific documentation Application Six Sigma Examples Environments Beamer Beamer is a LaTeX class for creating presentations that are held using a projector, but it can also be used to create transparency slides LTEXFiles can easily be converted to PDF. A SEIO 2012 10/28
  • 13. Using R for Statistical Training Sweave Documents 17/04/2012 An Efficient Framework EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice Sweave The R framework Sweave A Sweave document is a plain-text file which Application merges LTEX code and R code. The R A Six Sigma Examples Environments function Sweave() converts the Sweave document (*.Rnw) into a LTEXfile (*.tex). A The code chunks are executed and the results embedded into the LTEX file. A SEIO 2012 11/28
  • 14. Using R for Statistical Training Contenido 17/04/2012 EL Cano, JM Moguerza, A Redchuk 1 Statistical Training Statistical Training The Problem The Problem Approaches Approaches The R Choice The R framework Sweave 2 The R Choice Application Six Sigma The R framework Examples Environments Sweave 3 Application Six Sigma Examples Environments SEIO 2012 12/28
  • 15. Using R for Statistical Training Methodology at a Glance 17/04/2012 Six Sigma EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem The Essense Approaches The application of the Scientific Method to The R Choice The R framework Sweave process improvement, using an easy language. Application Six Sigma Examples DMAIC Cycle Environments Roles Define Champion Measure Master Black Belt Analyze Black Belt Improve Green Belt Control SEIO 2012 13/28
  • 16. Using R for Statistical Training SixSigma Package 17/04/2012 Six Sigma EL Cano, JM Moguerza, Six Sigma with R | Paper Helicopter template Using packages max A Redchuk (9.5cm) std (8cm) Statistical Training The Problem min (6.5cm) Manuals Approaches Data sets ← wings length → The R Choice The R framework Sweave Templates cut Application Learn-by-Code ? pe Six Sigma fold ↑ fold ↓ ta Examples Environments cut Six Sigma Process Map operators INPUTS cut cut tools X raw material facilities ← body length → INSPECTION ASSEMBLY TEST LABELING sheets sheets helicopter helicopter ... INPUTS INPUTS INPUTS INPUTS tape? tape? Param.(x): width NC Param.(x): operator C Param.(x): operator C Param.(x): operator C operator C cut P throw P label P Measure pattern P fix P discard P Featur.(y): label discard P rotor.width C environment N Featur.(y): ok rotor.length C Featur.(y): time paperclip C tape C min Featur.(y): weight (6.5cm) LEGEND std helicopter OUTPUTS fold ↓ ↓ fold ↑ ↑ (C)ontrollable (8cm) (Cr)itical (N)oise Y (P)rocedure clip? max Paper Helicopter Project max min ← body width → min max (9.5cm) SEIO 2012 (6cm) (4cm) (4cm) (6cm) 14/28
  • 17. Using R for Statistical Training Book 17/04/2012 Six Sigma EL Cano, JM Moguerza, A Redchuk Six Sigma with R Statistical Training The Problem A live example: The entire book has been Approaches The R Choice produced using Sweave. The R framework Sweave Application The roadmap: The Six Sigma Examples Environments DMAIC Cycle The case study: paper helicopter SixSigma package: data sets, functions Easy explanations, further readings SEIO 2012 15/28
  • 18. Using R for Statistical Training Sweave Example I 17/04/2012 Six Sigma Application EL Cano, JM Moguerza, A Redchuk documentclass [ a4paper ]{ article } Statistical Training usepackage { Sweave } The Problem title { Design of Experiments } Approaches author { EL Cano and JM Moguerza and A Rechuk } The R Choice begin { document } The R framework maketitle Sweave section { Introduction } Application Design of experiments is the most important took in the I Six Sigma DMAIC cycle ldots . Examples < < > >= Environments library ( SixSigma ) doe . model1 <- lm ( score ~ flour + salt + bakPow + flour * salt + flour * bakPow + salt * bakPow + flour * salt * bakPow , data = ss . data . doe1 ) summary ( doe . model1 ) @ This is the general model : begin { equation } label { eq : doe : model } SEIO 2012 16/28
  • 19. Using R for Statistical Training Sweave Example II 17/04/2012 Six Sigma Application EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem y_ { ijkl }= mu + alpha_i + beta_j + gamma_k +( alpha beta ) _ { ij } Approaches ( alpha gamma ) _ { ik }+( beta gamma ) _ { kl }+( alpha beta gamma The R Choice varepsilon_ { ijkl } , The R framework end { equation } Sweave And here we have a plot of effects : Application Six Sigma << maineff , echo = FALSE , fig = TRUE > >= Examples plot ( c ( -1 , 1) , ylim = range ( ss . data . doe1$score ) , Environments coef ( doe . model1 )[1] + c ( -1 , 1) * coef ( doe type =" b " , pch =16) abline ( h = coef ( doe . model1 )[1]) @ % input { section2 } end { document } SEIO 2012 17/28
  • 20. Estimate Std. Error t value Pr(>|t|) (Intercept) 5.5150 0.3434 16.061 2.27e-07 *** flour+ 1.8350 0.4856 3.779 0.005398 ** salt+ -0.8350 0.4856 -1.719 0.123843 bakPow+ -2.9900 0.4856 -6.157 0.000272 *** flour+:salt+ 0.1700 0.6868 0.248 0.810725 flour+:bakPow+ 0.8000 0.6868 1.165 0.277620 salt+:bakPow+ 1.1800 0.6868 1.718 0.124081 flour+:salt+:bakPow+ 0.5350 0.9712 0.551 0.596779 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 0.4856 on 8 degrees of freedom Multiple R-squared: 0.9565, Adjusted R-squared: 0.9185 F-statistic: 25.15 on 7 and 8 DF, p-value: 7.666e-05 This is the general model: yijkl = µ + αi + βj + γk + (αβ)ij + (αγ)ik + (βγ)kl + (αβγ)ijk + εijkl , (1) 1
  • 21. 2
  • 22. Using R for Statistical Training Project Example 17/04/2012 Divide and Conquer! EL Cano, JM Moguerza, A Redchuk Strategies Statistical Training The Problem Approaches Partial Sweave files can be compiled to get The R Choice partial LTEX files. R scripts can Sweave .Rnw A The R framework Sweave files and “source” .R files. The final document Application Six Sigma is obtained by compiling the “master” Examples Environments LTEX file. A > source("code/myoptions.R") > source("code/myfunctions.R") > source("code/mydata.R") > Sweave("rnw/theorem01.Rnw") > Sweave("rnw/lesson01.Rnw") > Sweave("rnw/exercises01.Rnw") > ... > texi2pdf("master.tex") SEIO 2012 20/28
  • 23. Using R for Statistical Training Some useful extensions 17/04/2012 Packages EL Cano, JM Moguerza, A Redchuk knitr, pgfSweave: enhanced options for Statistical Training The Problem Sweave Approaches The R Choice RGIFT: Automatic generation of The R framework Sweave questionnaires for Moodle Application Six Sigma exams: Automatic generation of printable Examples Environments exams odfWeave: Open Document format documents generation More in the “Reproducible Research” Task View at CRAN. http://cran.r-project.org/web/views/ ReproducibleResearch.html SEIO 2012 21/28
  • 24. Using R for Statistical Training R GUI 17/04/2012 Integrated Environments EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 22/28
  • 25. Using R for Statistical Training R Studio 17/04/2012 Integrated Environments EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 23/28
  • 26. Using R for Statistical Training EMACS + ESS 17/04/2012 Integrated Environments EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 24/28
  • 27. Using R for Statistical Training Eclipse + StatET 17/04/2012 Integrated Environments EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 25/28
  • 28. Using R for Statistical Training Summary 17/04/2012 EL Cano, JM Moguerza, A Redchuk Statistical training entail some challenges regarding contents and materials. Statistical Training The Problem Approaches The R Choice The R framework Sweave Application Six Sigma Examples Environments SEIO 2012 26/28
  • 29. Using R for Statistical Training Summary 17/04/2012 EL Cano, JM Moguerza, A Redchuk Statistical training entail some challenges regarding contents and materials. Statistical Training The Problem Approaches R is the perfect partner for statistical The R Choice The R framework training. Sweave Application Six Sigma Examples Environments SEIO 2012 26/28
  • 30. Using R for Statistical Training Summary 17/04/2012 EL Cano, JM Moguerza, A Redchuk Statistical training entail some challenges regarding contents and materials. Statistical Training The Problem Approaches R is the perfect partner for statistical The R Choice The R framework training. Sweave Application Reproducible research and literate Six Sigma Examples programming enhance training materials Environments quality. SEIO 2012 26/28
  • 31. Using R for Statistical Training Summary 17/04/2012 EL Cano, JM Moguerza, A Redchuk Statistical training entail some challenges regarding contents and materials. Statistical Training The Problem Approaches R is the perfect partner for statistical The R Choice The R framework training. Sweave Application Reproducible research and literate Six Sigma Examples programming enhance training materials Environments quality. The use of R and LTEX through Sweave, A comprise a complete framework for statistical documentation generation. SEIO 2012 26/28
  • 32. Using R for Statistical Training Summary 17/04/2012 EL Cano, JM Moguerza, A Redchuk Statistical training entail some challenges regarding contents and materials. Statistical Training The Problem Approaches R is the perfect partner for statistical The R Choice The R framework training. Sweave Application Reproducible research and literate Six Sigma Examples programming enhance training materials Environments quality. The use of R and LTEX through Sweave, A comprise a complete framework for statistical documentation generation. Extensions and integrated environments make easy exploiting the R capabilities. SEIO 2012 26/28
  • 33. Using R for Statistical Training Acknowledgements 17/04/2012 EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches R Core Team and R enthusiasts in general. The R Choice Springer The R framework Sweave Application This work has been partially funded by the projects: Six Sigma AGORANET project (IPT-430000-2010-32) Examples VRTUOSI www.vrtuosi.org: 502869-LLP-1-2009-ES-ERASMUS-EVC) Environments HAUS: IPT-2011-1049-430000 EDUCALAB: IPT-2011-1071-430000 DEMOCRACY4ALL: IPT-2011-0869-430000 CORPORATE COMMUNITY: IPT-2011-0871-430000 SEIO 2012 27/28
  • 34. Using R for Statistical Training Discussion 17/04/2012 EL Cano, JM Moguerza, A Redchuk Statistical Training The Problem Approaches The R Choice The R framework Sweave Thanks for your Application Six Sigma Examples Environments attention ! SEIO 2012 28/28