chepyle / diydoe

Do it yourself design of experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do it yourself Design of Experiments : DIYDoE

Jacob Albrecht June 2018

This app is a first attempt at an R/Shiny application to facilitate DoE planning. The goal will be to specify the number and ranges of factors and number of possible experiments to run. Next, view the proposed design of experiments and upload the experimental results. Finally, an empirical model is generated from the data and the results are plotted. This app uses a default model to generate placeholder data, but real data can easily be entered into the application either directly from the web interface or by uploading a csv file.

Borrowed heavily from:

Todos:

  • Categorical variables!

  • Bayesian feature selection!

  • Model based experimental design!

How to work it:

  1. Build docker image with docker build -t chepyle/shiny_diydoe .

  2. Push image with docker push chepyle/shiny_diydoe

  3. Deploy on digital ocean using docker app container and the commands:

  • docker pull chepyle/shiny_diydoe
  • docker run -d -p 80:80 chepyle/shiny_diydoe &

About

Do it yourself design of experiments

License:MIT License


Languages

Language:R 89.9%Language:Dockerfile 8.6%Language:Shell 1.5%