Learn R Programming

Crossover (version 0.1-15)

CrossoverSearchResult-class: Class CrossoverSearchResult

Description

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

Arguments

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.

Examples

Run this code
# 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