getDesign {Crossover}R Documentation

Extract Design from a CrossoverSearchResult

Description

Extract Design from a CrossoverSearchResult

Usage

## S4 method for signature '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.

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

getDesign("williams4t")


[Package Crossover version 0.1-22 Index]