RDOE

 

Design of Experiments in R (RDOE)

UAQ - UV - ITAM
Module of Design of Experiments (RDOE) is a user – oriented interface that integrates the functions 
from the book Design and Analysis of Experiments with R (Lawson, 2014) to fulfill requirements of an 
experimental researcher considering a completely randomized one factor statistical design. This 
interface covers descriptive statistics, basic plots, anova, multiple comparisons tests and diagnostics. 
It will consider more complicate statistical designs in the future.

 

WINDOWS / LINUX 

1
#Comand to install
install.packages("devtools")
library("devtools")
devtools::install_github('nshuerta/RDOE')
2
#Call to library
library(RDOE)
3
#View the description 
library(help=RDOE)
4
#View the requirements 
?RDOE

 

MAC OS X 

1
2
#Install XQuartz
The use of X11 (including tcltk) requires XQuartz
3
#Restart the computer
4
#Comand to install
install.packages("devtools")
library("devtools")
devtools::install_github('nshuerta/RDOE')
5
#Call to library
library(RDOE)
6
#View the description 
library(help=RDOE)
7
#View the requirements 
?RDOE

 

EXAMPLE

1
#Call to library
library(RDOE)
2
#Call the interface
RDOE()
3
#Choose a data set (csv, txt or xlsx file)
File - Open - csv

4
#Choose Input (Response and Factor)
CRD - Input
  
5
#Use of sections - Descriptive
CRD - Descriptive 
 

6
#Use of sections - Power 
CRD - Power - Declaring numeric values
 

 

DOCUMENTATION

 

REFERENCES

- Lawson, J. (2014). Design and Analysis of Experiments with R. CRC Press. ISBN: 9781439868133.

 

Publicado en Páginas