A basic Shiny app to design factorial, fractional and response surface experiments.
You can use DOE Maker through three options:
Simply download it from this GitHub page or through GitHub Desktop. Once in DOEMaker main directory, just double click the .Rproj file and type in the R console (you need devtools package):
devtools::laod_all(".")
and then:
DOEMaker()
To do the above, you can also run the file app.R in DOEMaker main directory.
Install the app as a package with the next code:
devtools::install_github("jpch26/DOE-Maker")
then:
library(DOEMaker)
and finally:
DOEMaker()
Use the app directly, you do not need R or RStudio, by clicking in the next link:
https://r-inthelab-net.shinyapps.io/doemaker/
The third will not be a long term option to use the app because shinyapp.io just allow to publish five apps simultaneously, with some limitations.
You can check out a brief tutorial by clicking on:
Thank you so much for your time.
Juan Pablo Carreón Hidalgo
jpch_26@outlook.com https://twitter.com/JuanPa2601
GNU General Public License v3.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.