public ModelEffect
java.lang.Object getID()
void setID(java.lang.Object id)
id - an identifier for this factorint getSize()
DoubleMatrix getX()
DoubleMatrix getXtX()
DoubleMatrix getXty(kotlin.Array[] y)
y - the dependent variableDoubleMatrix getyhat(DoubleMatrix beta)
beta - the effect estimate for each level of this factorDoubleMatrix getyhat(kotlin.Array[] beta)
beta - the effect estimate for each level of this factorkotlin.Array[] getLevelCounts()
int getNumberOfLevels()
int getEffectSize()
ModelEffect getCopy()
ModelEffect getSubSample(kotlin.Array[] sample)
sample - the index of samples to be returned