Since I couldn't install DoE.wrapper, I run the experiments online using this website [DoE.wrapper](https://rdrr.io/cran/DoE.wrapper/)
# Playing with the DoE Shiny Application
The model studied in this experiment is a black-blox, where x1, x2, ..., x11 are controlable factores, z1,...,z11 are uncontrolable factors and y is the output.
In order to approximate this unknown model, we need first to determine which variables are the most significant on the response y, using screening designs.
Then, define and fit an analytical model of the response y as a function of the primary factors x using regression and lhs & optimal designs.
## 1. First intuition
My first intuition was to run an lhs design using the 11 factors to have a general overview about the response behavior.
### 2.1 Screening design using Plackett-Burman screening designs
Now, we're interested to see the factors effects in more in details. This will allow us to define the most efficient factor that influence the response. Since running a large number of such experiments is tedious, we gonna use the Plackett-Burman designs to see the different possible interactions.
In order to vizualise the correlation between factors and the response, we do a linear regression on the data generated by the application, and analyse the variance to see the effect.
#### Experiment 1: X1, X3, X4, X6, X7, X8 taken into account