Commit 5fb0b40f authored by NourElh's avatar NourElh

Update DoE.Rmd

parent e9b18e14
......@@ -10,6 +10,9 @@ output:
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Note:
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.
......@@ -41,7 +44,7 @@ X5=c(0,1),X6=c(0,1),X7=c(0, 1),X8=c(0,1),X9=c(0,1),X10=c(0,1),
X11=c(0,1)));d
```
Here are the results:
Here are the results (run on the website):
X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11
1 1 0 1 1 0 1 1 1 0 0 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment