Workshop: Contents

Lino AA Notarantonio (lino@tec.mx)
10/04/2019

Table of Contents

  1. Install R and RStudio (Before the workshop)
  2. Import data (Before the workshop)
  3. Extract variables from a dataset
  4. Descriptive Statistics
  5. Maximum Likelihood Estimation
  6. Statistical Inference
  7. ANOVA

Install R and RStudio

Windows: right-click this tutorial online

Mac OSX: right-click this tutorial online

RStudio is an IDE (Integrated Development Environment), that is, is a front to interact more conveniently with the program R. To work properly, R must be installed in your system.

Import data

Right-click on this tutorial.

The standard install of R(Studio) can also handle the most common commercial formats such as SPSS, Stata, SAS out of the box.

Importing Minitab files can also be done using the foreign library and using the read.mtp() function.

It is also possible to use a URL, if the dataset comes from a website.