SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Advanced Data Analytics:
  R-Studio vs. Rcmdr

         Jeffrey Stanton
  School of Information Studies
      Syracuse University
R-Studio Overview
• R-Studio is an integrated development environment to support the
  development of R code
• R-Studio runs in two ways:
    – Desktop versions for Linux, Mac, and Windows: Single user, perfect for a
      laptop or desktop machine
    – Server version for Linux: Allows any number of remote users to run R-
      Studio within a web-browser; facilitates sharing of code and data among
      team members
• R-Studio uses the graphical environment of the computer to facilitate
  interactions with R:
    –   Console window for typing code
    –   Data window for reviewing data frame and other data structures
    –   Workspace for viewing all of the data loaded into R
    –   Plot area for showing visualizations
    –   Tabbed window controls to show other displays
                                                                             2
R-Studio Screenshot
                            Workspace shows
          Console: Run R
                            available data
          Commands Here
                            structures




                           Multi-tab display:
                           Shows graphics
                           and other info




                                                3
R-Studio Data File Import Dialog




Name of data
frame to be
created with
imported data
                                       How the data
                                       frame will look
                                       once the data
                Options for
                                       are imported
                parsing the text
                data into fields
                and values


                                                    4
R-Studio Data Display



Familiar spread-
sheet-like display
format




       Does not support
       editing of the data
       or variable names


                             5
Rmcdr Overview
• Rcmdr – “R Commander” – is a graphical user interface for statistical
  analysis laid on top of R; R runs in another window and can be used
  directly at any time; uses buttons and menus extensively and supports
  picking variable names from lists
• Rcmdr was purpose built to simplify access to the most essential
  statistical analysis methods; more convenient for users who have used
  SPSS, SAS or Stata
• Does not provide direct access to the R command line, but does show
  the code that is running
• Not richly graphical, but does show three panes:
    – Script Window: Shows the most recently run commands/code
    – Output Window: Displays statistical output and results from commands
    – Messages Window: Shows errors, warnings, and notes



                                                                             6
Rcmdr Screen Shot                 Menu system has
                                         many commonly
                                         used diagnostics
                                         and tests
  Script window
  shows most
  recent commands
  or code
                           Data set editing
                           does not usually
                           work for data
                           frames



Output window                       Message window
shows results                       reports errors
from most recent                    from commands
commands




                                                            7
Rcmdr Dialog Screenshot           Sensible defaults
                                        with the option
                                        of customization
                                        for expert users

Variable selection
window, allows
choosing from
list




                     Checkboxes for
                     access to common
                     options for a
                     statistical test



                                                            8
Comparison and Guidelines
• R-Studio is more flexible and powerful, and provides direct access to R
  code
• Rcmdr is simpler and more user friendly, particularly when focusing on
  statistical diagnostics and analysis
• Both are good for viewing data, neither is good for editing it
• Use Rcmdr with structured, conventional data (rectangular, with
  variables in columns and cases in rows), whenever the task involves
  running statistical tests
• Use R-studio for any project that requires direct interaction with code
  and/or manipulation of complex data
• Note that you can invoke Rcmdr from within R-Studio and it will work
  fine on a single user installation; also note that when the user requests a
  plot in Rcmdr, it will NOT immediately appear in the plot window of R-
  Studio – this is a known bug that may be fixed in future versions

                                                                           9
What Else is Brewing?
• JGR (Jaguar) – A cross platform console interface that
  provides a spreadsheet-like data editor
• Deducer – A conventional statistics GUI
  overlaid on JGR




                              • RKWard – A conventional
                                statistics GUI using KDE
                                (mainly for Linux, but has a
                                Windows installer)
                                                           10
Demonstrating Mastery
• If you have not already done so, install and run R-Studio
• Import a data set into R-Studio using the “Import Dataset”
  dialog (usually a button on the Workspace tab in the upper
  right pane)
• In addition, install the Rcmdr package and “library(Rcmdr)”
  to start the graphical interface (for assistance, see Chapter 2
  of Thomas Hogan’s “Bare Bones R”
• In Rcmdr, make your imported data the “active” data set and
  use the menus to run any statistical diagnostic or test




                                                              11

Weitere ähnliche Inhalte

Was ist angesagt?

Nonparametric statistics
Nonparametric statisticsNonparametric statistics
Nonparametric statistics
Tarun Gehlot
 

Was ist angesagt? (20)

SAS Internal Training
SAS Internal TrainingSAS Internal Training
SAS Internal Training
 
Introduction to EpiData
Introduction to EpiDataIntroduction to EpiData
Introduction to EpiData
 
Stata statistics
Stata statisticsStata statistics
Stata statistics
 
Introduction to statistical software R
Introduction to statistical software RIntroduction to statistical software R
Introduction to statistical software R
 
Yates’ algorithm for 2n factorial experiment - Dr. Manu Melwin Joy - School o...
Yates’ algorithm for 2n factorial experiment - Dr. Manu Melwin Joy - School o...Yates’ algorithm for 2n factorial experiment - Dr. Manu Melwin Joy - School o...
Yates’ algorithm for 2n factorial experiment - Dr. Manu Melwin Joy - School o...
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SAS
 
Unit-5.-t-test.ppt
Unit-5.-t-test.pptUnit-5.-t-test.ppt
Unit-5.-t-test.ppt
 
INTRODUCTION TO STATA.pptx
INTRODUCTION TO STATA.pptxINTRODUCTION TO STATA.pptx
INTRODUCTION TO STATA.pptx
 
SAS Macro
SAS MacroSAS Macro
SAS Macro
 
Spss
SpssSpss
Spss
 
Introduction to sas
Introduction to sasIntroduction to sas
Introduction to sas
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
 
Basic stat analysis using excel
Basic stat analysis using excelBasic stat analysis using excel
Basic stat analysis using excel
 
R programming Language
R programming LanguageR programming Language
R programming Language
 
Boxplot
BoxplotBoxplot
Boxplot
 
Nonparametric statistics
Nonparametric statisticsNonparametric statistics
Nonparametric statistics
 
4 Threats to validity from confounding bias and effect modification
4 Threats to validity from confounding bias and effect modification4 Threats to validity from confounding bias and effect modification
4 Threats to validity from confounding bias and effect modification
 
Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
Epi Info- An Statistical Software
Epi Info- An Statistical Software Epi Info- An Statistical Software
Epi Info- An Statistical Software
 

Andere mochten auch

Introduction to Deducer
Introduction to DeducerIntroduction to Deducer
Introduction to Deducer
Kazuki Yoshida
 
Minimanual r commander
Minimanual r commanderMinimanual r commander
Minimanual r commander
Javito Ramirez
 

Andere mochten auch (20)

Installing R and R-Studio
Installing R and R-StudioInstalling R and R-Studio
Installing R and R-Studio
 
Manual r commander By Juan Guarangaa
Manual r commander By Juan GuarangaaManual r commander By Juan Guarangaa
Manual r commander By Juan Guarangaa
 
Data mining with Rattle For R
Data mining with Rattle For RData mining with Rattle For R
Data mining with Rattle For R
 
Introduction to Deducer
Introduction to DeducerIntroduction to Deducer
Introduction to Deducer
 
R and Rcmdr Statistical Software
R and Rcmdr Statistical SoftwareR and Rcmdr Statistical Software
R and Rcmdr Statistical Software
 
Intro to RStudio
Intro to RStudioIntro to RStudio
Intro to RStudio
 
R language tutorial
R language tutorialR language tutorial
R language tutorial
 
Class ppt intro to r
Class ppt intro to rClass ppt intro to r
Class ppt intro to r
 
R learning by examples
R learning by examplesR learning by examples
R learning by examples
 
Data Science - Part II - Working with R & R studio
Data Science - Part II -  Working with R & R studioData Science - Part II -  Working with R & R studio
Data Science - Part II - Working with R & R studio
 
Qué es tic
Qué es ticQué es tic
Qué es tic
 
Robsonalves fotografia Fine Art 2016-2
Robsonalves fotografia Fine Art 2016-2Robsonalves fotografia Fine Art 2016-2
Robsonalves fotografia Fine Art 2016-2
 
400 million Search Results -Predict Contextual Ad Clicks
400 million Search Results -Predict Contextual Ad Clicks 400 million Search Results -Predict Contextual Ad Clicks
400 million Search Results -Predict Contextual Ad Clicks
 
H2O Machine Learning AutoML Roadmap 2016.10
H2O Machine Learning AutoML Roadmap 2016.10H2O Machine Learning AutoML Roadmap 2016.10
H2O Machine Learning AutoML Roadmap 2016.10
 
Alice Lindorfer
Alice LindorferAlice Lindorfer
Alice Lindorfer
 
Introdução ao R
Introdução ao RIntrodução ao R
Introdução ao R
 
R programming presentation
R programming presentationR programming presentation
R programming presentation
 
Minimanual r commander
Minimanual r commanderMinimanual r commander
Minimanual r commander
 
Add plots and images to a word document using R software and ReporteRs package
Add plots and images to a word document using R software and ReporteRs packageAdd plots and images to a word document using R software and ReporteRs package
Add plots and images to a word document using R software and ReporteRs package
 
Setup R and R Studio
Setup R and R StudioSetup R and R Studio
Setup R and R Studio
 

Ähnlich wie R-Studio Vs. Rcmdr

Advanced driver debugging (13005399) copy
Advanced driver debugging (13005399)   copyAdvanced driver debugging (13005399)   copy
Advanced driver debugging (13005399) copy
Burlacu Sergiu
 
Embedded system design process
Embedded system design processEmbedded system design process
Embedded system design process
Rayees CK
 
Computer concepts
Computer conceptsComputer concepts
Computer concepts
Imran Waris
 
Intro to big data analytics using microsoft machine learning server with spark
Intro to big data analytics using microsoft machine learning server with sparkIntro to big data analytics using microsoft machine learning server with spark
Intro to big data analytics using microsoft machine learning server with spark
Alex Zeltov
 

Ähnlich wie R-Studio Vs. Rcmdr (20)

RenderScript
RenderScriptRenderScript
RenderScript
 
Decision trees in hadoop
Decision trees in hadoopDecision trees in hadoop
Decision trees in hadoop
 
Advanced driver debugging (13005399) copy
Advanced driver debugging (13005399)   copyAdvanced driver debugging (13005399)   copy
Advanced driver debugging (13005399) copy
 
Labview1_ Computer Applications in Control_ACRRL
Labview1_ Computer Applications in Control_ACRRLLabview1_ Computer Applications in Control_ACRRL
Labview1_ Computer Applications in Control_ACRRL
 
Embedded system design process
Embedded system design processEmbedded system design process
Embedded system design process
 
Performance and Power Profiling on Intel Android Devices
Performance and Power Profiling on Intel Android DevicesPerformance and Power Profiling on Intel Android Devices
Performance and Power Profiling on Intel Android Devices
 
Computer concepts
Computer conceptsComputer concepts
Computer concepts
 
Best corporate-r-programming-training-in-mumbai
Best corporate-r-programming-training-in-mumbaiBest corporate-r-programming-training-in-mumbai
Best corporate-r-programming-training-in-mumbai
 
Introduction to R software, by Leire ibaibarriaga
Introduction to R software, by Leire ibaibarriaga Introduction to R software, by Leire ibaibarriaga
Introduction to R software, by Leire ibaibarriaga
 
Systems Proposal
Systems ProposalSystems Proposal
Systems Proposal
 
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
 
Rashmi_Resume
Rashmi_ResumeRashmi_Resume
Rashmi_Resume
 
Intro to big data analytics using microsoft machine learning server with spark
Intro to big data analytics using microsoft machine learning server with sparkIntro to big data analytics using microsoft machine learning server with spark
Intro to big data analytics using microsoft machine learning server with spark
 
Ml2
Ml2Ml2
Ml2
 
Duma ver3
Duma ver3Duma ver3
Duma ver3
 
Dsp lab manual 15 11-2016
Dsp lab manual 15 11-2016Dsp lab manual 15 11-2016
Dsp lab manual 15 11-2016
 
Introduction to R and Installation.pptx
Introduction  to R and Installation.pptxIntroduction  to R and Installation.pptx
Introduction to R and Installation.pptx
 
Resume
ResumeResume
Resume
 
Brk2051 sql server on linux and docker
Brk2051 sql server on linux and dockerBrk2051 sql server on linux and docker
Brk2051 sql server on linux and docker
 
Choosing the right processor
Choosing the right processorChoosing the right processor
Choosing the right processor
 

Mehr von Syracuse University

Carma internet research module scale development
Carma internet research module   scale developmentCarma internet research module   scale development
Carma internet research module scale development
Syracuse University
 
Mining tweets for security information (rev 2)
Mining tweets for security information (rev 2)Mining tweets for security information (rev 2)
Mining tweets for security information (rev 2)
Syracuse University
 
Carma internet research module: Future data collection
Carma internet research module: Future data collectionCarma internet research module: Future data collection
Carma internet research module: Future data collection
Syracuse University
 

Mehr von Syracuse University (20)

Discovery informaticsstanton
Discovery informaticsstantonDiscovery informaticsstanton
Discovery informaticsstanton
 
Basic SEVIS Overview for U.S. University Faculty
Basic SEVIS Overview for U.S. University FacultyBasic SEVIS Overview for U.S. University Faculty
Basic SEVIS Overview for U.S. University Faculty
 
Why R? A Brief Introduction to the Open Source Statistics Platform
Why R? A Brief Introduction to the Open Source Statistics PlatformWhy R? A Brief Introduction to the Open Source Statistics Platform
Why R? A Brief Introduction to the Open Source Statistics Platform
 
Chapter9 r studio2
Chapter9 r studio2Chapter9 r studio2
Chapter9 r studio2
 
Basic Overview of Data Mining
Basic Overview of Data MiningBasic Overview of Data Mining
Basic Overview of Data Mining
 
Strategic planning
Strategic planningStrategic planning
Strategic planning
 
Carma internet research module scale development
Carma internet research module   scale developmentCarma internet research module   scale development
Carma internet research module scale development
 
Carma internet research module getting started with question pro
Carma internet research module   getting started with question proCarma internet research module   getting started with question pro
Carma internet research module getting started with question pro
 
Carma internet research module visual design issues
Carma internet research module   visual design issuesCarma internet research module   visual design issues
Carma internet research module visual design issues
 
Siop impact of social media
Siop impact of social mediaSiop impact of social media
Siop impact of social media
 
Basic Graphics with R
Basic Graphics with RBasic Graphics with R
Basic Graphics with R
 
Getting Started with R
Getting Started with RGetting Started with R
Getting Started with R
 
Moving Data to and From R
Moving Data to and From RMoving Data to and From R
Moving Data to and From R
 
Introduction to Advance Analytics Course
Introduction to Advance Analytics CourseIntroduction to Advance Analytics Course
Introduction to Advance Analytics Course
 
Mining tweets for security information (rev 2)
Mining tweets for security information (rev 2)Mining tweets for security information (rev 2)
Mining tweets for security information (rev 2)
 
What is Data Science
What is Data ScienceWhat is Data Science
What is Data Science
 
Reducing Response Burden
Reducing Response BurdenReducing Response Burden
Reducing Response Burden
 
PACIS Survey Workshop
PACIS Survey WorkshopPACIS Survey Workshop
PACIS Survey Workshop
 
Carma internet research module: Future data collection
Carma internet research module: Future data collectionCarma internet research module: Future data collection
Carma internet research module: Future data collection
 
Carma internet research module: Sampling for internet
Carma internet research module: Sampling for internetCarma internet research module: Sampling for internet
Carma internet research module: Sampling for internet
 

Kürzlich hochgeladen

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 

Kürzlich hochgeladen (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
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"
 

R-Studio Vs. Rcmdr

  • 1. Advanced Data Analytics: R-Studio vs. Rcmdr Jeffrey Stanton School of Information Studies Syracuse University
  • 2. R-Studio Overview • R-Studio is an integrated development environment to support the development of R code • R-Studio runs in two ways: – Desktop versions for Linux, Mac, and Windows: Single user, perfect for a laptop or desktop machine – Server version for Linux: Allows any number of remote users to run R- Studio within a web-browser; facilitates sharing of code and data among team members • R-Studio uses the graphical environment of the computer to facilitate interactions with R: – Console window for typing code – Data window for reviewing data frame and other data structures – Workspace for viewing all of the data loaded into R – Plot area for showing visualizations – Tabbed window controls to show other displays 2
  • 3. R-Studio Screenshot Workspace shows Console: Run R available data Commands Here structures Multi-tab display: Shows graphics and other info 3
  • 4. R-Studio Data File Import Dialog Name of data frame to be created with imported data How the data frame will look once the data Options for are imported parsing the text data into fields and values 4
  • 5. R-Studio Data Display Familiar spread- sheet-like display format Does not support editing of the data or variable names 5
  • 6. Rmcdr Overview • Rcmdr – “R Commander” – is a graphical user interface for statistical analysis laid on top of R; R runs in another window and can be used directly at any time; uses buttons and menus extensively and supports picking variable names from lists • Rcmdr was purpose built to simplify access to the most essential statistical analysis methods; more convenient for users who have used SPSS, SAS or Stata • Does not provide direct access to the R command line, but does show the code that is running • Not richly graphical, but does show three panes: – Script Window: Shows the most recently run commands/code – Output Window: Displays statistical output and results from commands – Messages Window: Shows errors, warnings, and notes 6
  • 7. Rcmdr Screen Shot Menu system has many commonly used diagnostics and tests Script window shows most recent commands or code Data set editing does not usually work for data frames Output window Message window shows results reports errors from most recent from commands commands 7
  • 8. Rcmdr Dialog Screenshot Sensible defaults with the option of customization for expert users Variable selection window, allows choosing from list Checkboxes for access to common options for a statistical test 8
  • 9. Comparison and Guidelines • R-Studio is more flexible and powerful, and provides direct access to R code • Rcmdr is simpler and more user friendly, particularly when focusing on statistical diagnostics and analysis • Both are good for viewing data, neither is good for editing it • Use Rcmdr with structured, conventional data (rectangular, with variables in columns and cases in rows), whenever the task involves running statistical tests • Use R-studio for any project that requires direct interaction with code and/or manipulation of complex data • Note that you can invoke Rcmdr from within R-Studio and it will work fine on a single user installation; also note that when the user requests a plot in Rcmdr, it will NOT immediately appear in the plot window of R- Studio – this is a known bug that may be fixed in future versions 9
  • 10. What Else is Brewing? • JGR (Jaguar) – A cross platform console interface that provides a spreadsheet-like data editor • Deducer – A conventional statistics GUI overlaid on JGR • RKWard – A conventional statistics GUI using KDE (mainly for Linux, but has a Windows installer) 10
  • 11. Demonstrating Mastery • If you have not already done so, install and run R-Studio • Import a data set into R-Studio using the “Import Dataset” dialog (usually a button on the Workspace tab in the upper right pane) • In addition, install the Rcmdr package and “library(Rcmdr)” to start the graphical interface (for assistance, see Chapter 2 of Thomas Hogan’s “Bare Bones R” • In Rcmdr, make your imported data the “active” data set and use the menus to run any statistical diagnostic or test 11