Factor
This class represents an individual factor within a factorial design. The name of the factor must be provided and will be required to be unique when placed within a design. The supplied values of the levels must be strictly increasing. That is, they must be unique and increasing in value.
Parameters
values
the value for each level as an array. There must be 2 or more values supplied.
Inheritors
Functions
Link copied to clipboard
The coded levels as an array.
Link copied to clipboard
The levels as an array.
Link copied to clipboard
Converts the original raw value to the coded measurement scale. This conversion does not check if the raw value is within the range limits of the factor.
Link copied to clipboard
Converts the coded value to the original measurement scale