Learn R Programming

Crossover (version 0.1-22)

getDesign: Extract Design from a CrossoverSearchResult

Description

Extract Design from a CrossoverSearchResult

Usage

# S4 method for CrossoverSearchResult
getDesign(object, ...)

Value

Returns a numeric matrix representing the crossover design. Rows represent periods, columns represent sequences.

Arguments

object

A searchCrossOverDesign object from which the design should be extracted.

...

Possible parameters for subclasses (not yet used).

Author

Kornelius Rohmeyer rohmeyer@small-projects.de

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))
getDesign(x)

getDesign("williams4t")

Run the code above in your browser using DataLab