Skip to content

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

Notifications You must be signed in to change notification settings

enanomapper/ExpDesign

 
 

Repository files navigation

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")  

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 79.8%
  • TeX 17.1%
  • HTML 2.1%
  • CSS 1.0%