Some Basic Concepts about Design of Experiments and How to Perform their Analysis in R

Basic design of experiments in R for one factor and two factors designs. You can find all the code, data and results in the GitHub repository for this post: Basic design of experiments.  There is no signal without noise It never hurts to go back to basics before tackling more complex things. The purpose of this post is to give a brief overview of the basics of design of experiments, their analysis and how to present results using R and packages like ggplot2 and agricolae....

January 16, 2022

DOE Maker Shiny App

A brief tutorial encompasing the use of DOE Maker, a web application in R made with Shiny.  The purpose of this post is present a brief tutorial about how to install and use DOE Maker, and it does not cover concepts or theoretical aspects about design of experiments. If you do not really know what is the topic about, a good first place could be found in the link: Design of experiments....

October 26, 2021