title: "Risk Analysis of the Space Shuttle: Pre-Challenger Prediction of Failure"
title: "Risk Analysis of the Space Shuttle: Pre-Challenger Prediction of Failure"
author: "Arnaud Legrand"
author: "Arnaud Legrand"
date: "25 October 2018"
date: "25 October 2018 / new run by Agathe S on 12 April 2020"
output: pdf_document
output: pdf_document
---
---
...
@@ -12,6 +12,8 @@ On the fourth page of this article, they indicate that the maximum likelihood es
...
@@ -12,6 +12,8 @@ On the fourth page of this article, they indicate that the maximum likelihood es
# Technical information on the computer on which the analysis is run
# Technical information on the computer on which the analysis is run
We will be using the R language using the ggplot2 library.
We will be using the R language using the ggplot2 library.
AgatheS edit : missing devtools package installed (first use of R language)
```{r}
```{r}
library(ggplot2)
library(ggplot2)
sessionInfo()
sessionInfo()
...
@@ -25,8 +27,10 @@ devtools::session_info()
...
@@ -25,8 +27,10 @@ devtools::session_info()
# Loading and inspecting data
# Loading and inspecting data
Let's start by reading data:
Let's start by reading data:
Fist the data was downloaded from [the gitlab platform](https://app-learninglab.inria.fr/moocrr/gitlab/moocrr-session3/moocrr-reproducibility-study/tree/master/data) and saved locally on 12/04/2020
```{r}
```{r}
data = read.csv("/home/aschmide/Téléchargements/shuttle.csv",header=T)