Class: GECS::Key

Inherits:
Struct
  • Object
show all
Defined in:
lib/GECS.rb

Overview

Normative struct definition.

A Key is used to retrieve either data or parameter estimates.

experimentId

References experiments.

treat

Array of factor values ordered per indVars. For data, all values must be specified. For parms, nil works like a wildcard. E.g., for main effects, only one factor will have a specified level and all others will be nil. Factor values (levels) are not necessarily numeric.

Instance Attribute Summary collapse

Instance Attribute Details

#experimentIdObject

Returns the value of attribute experimentId

Returns:

  • (Object)

    the current value of experimentId



202
203
204
# File 'lib/GECS.rb', line 202

def experimentId
  @experimentId
end

#treatObject

Returns the value of attribute treat

Returns:

  • (Object)

    the current value of treat



202
203
204
# File 'lib/GECS.rb', line 202

def treat
  @treat
end