JavaGrinders
Class VariableDesignRole
java.lang.Object
JavaGrinders.VariableDesignRole
public class VariableDesignRole
- extends java.lang.Object
VariableDesignRole class - specifies which role individual variables can play in
experimental designs: "X" - independent variable, "Y" - dependent variable,
"Label" - label, "Frequ" - frequency or "-" - no role
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final int NONE
- See Also:
- Constant Field Values
XROLE
public static final int XROLE
- See Also:
- Constant Field Values
YROLE
public static final int YROLE
- See Also:
- Constant Field Values
LABEL
public static final int LABEL
- See Also:
- Constant Field Values
FREQ
public static final int FREQ
- See Also:
- Constant Field Values