Learn R Programming

Crossover (version 0.1-14)

getDesign: Extract Design from a CrossoverSearchResult

Description

Extract Design from a CrossoverSearchResult

Usage

## S3 method for class 'CrossoverSearchResult':
getDesign(object, ...)

Arguments

object
A searchCrossOverDesign object from which the design should be extracted.
...
Possible parameters for subclasses (not yet used).

Value

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

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