powered by
A S4 class for the search result for Crossover designs: CrossoverSearchResult
An object of class CrossoverDesign describing the best design that was found.
CrossoverDesign
A list of start designs to search from.
A numeric specifying the model the design was searched for or -1 if unknown.
List, Progress of the algorithm. TODO: Explain further.
List, TODO
Named numeric with the time in seconds the algorithm was searching.
List - in the moment not used.
Kornelius Rohmeyer rohmeyer@small-projects.de
# n=c(100,10) is very small, but it's just an example and should not take much time x <- searchCrossOverDesign(s=9, p=5, v=4, model=4, n=c(100,10)) print(x)
Run the code above in your browser using DataLab