From 5fb0b40f764f1ca2cb59e312407e423300515183 Mon Sep 17 00:00:00 2001 From: NourElh <734092651fcdd5add927271f472626a6@app-learninglab.inria.fr> Date: Wed, 18 Jan 2023 20:33:44 +0000 Subject: [PATCH] Update DoE.Rmd --- DoE/DoE.Rmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DoE/DoE.Rmd b/DoE/DoE.Rmd index a33978e..09bdef2 100644 --- a/DoE/DoE.Rmd +++ b/DoE/DoE.Rmd @@ -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 -- 2.18.1