Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 464 Bytes

ExpDesign

Calculates an exact or approximate algorithmic design for one of three criteria, using Federov's exchange algorithm from AlgDesign package

Installation

> install.packages(c('RCurl','pmml','jsonlite',AlgDesign','pls')# dependencies  
> install.packages("testthat") # if you want to test the package  
> install.packages("devtools") # to install from GitHub  
> library(devtools)  
> install_github("GTsiliki/ExpDesign", subdir="ExpDesign")