getDesign {Crossover} | R Documentation |
Extract Design from a CrossoverSearchResult
## S4 method for signature 'CrossoverSearchResult'
getDesign(object, ...)
object |
A searchCrossOverDesign object from which the design should be extracted. |
... |
Possible parameters for subclasses (not yet used). |
Returns a numeric matrix representing the crossover design. Rows represent periods, columns represent sequences.
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))
getDesign(x)
getDesign("williams4t")