CrossoverSearchResult-class {Crossover}R Documentation

Class CrossoverSearchResult

Description

A S4 class for the search result for Crossover designs: CrossoverSearchResult

Slots

list("design")

An object of class CrossoverDesign describing the best design that was found.

list("startDesigns")

A list of start designs to search from.

list("model")

A numeric specifying the model the design was searched for or -1 if unknown.

list("eff")

List, Progress of the algorithm. TODO: Explain further.

list("search")

List, TODO

list("time")

Named numeric with the time in seconds the algorithm was searching.

list("misc")

List - in the moment not used.

Author(s)

Kornelius Rohmeyer rohmeyer@small-projects.de

Examples


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


[Package Crossover version 0.1-22 Index]