public class GenericAnovaResult extends AnovaResult implements Serializable
residualDf
Constructor and Description |
---|
GenericAnovaResult(Collection<AnovaEffect> effects) |
GenericAnovaResult(org.rosuda.REngine.REXP rAnovaTable) |
Modifier and Type | Method and Description |
---|---|
Double |
getInteractionEffectF() |
Double |
getInteractionEffectP() |
Double |
getInteractionEffectP(String... factorNames) |
Double |
getMainEffectDof(String factorName) |
Double |
getMainEffectF(String factorName) |
Collection<String> |
getMainEffectFactorNames() |
Double |
getMainEffectP(String factorName) |
boolean |
hasInteractions() |
String |
toString() |
equals, getKey, getResidualDf, hashCode, setKey
public GenericAnovaResult(Collection<AnovaEffect> effects)
effects
- public GenericAnovaResult(org.rosuda.REngine.REXP rAnovaTable)
rAnovaTable
- from R call to 'anova(...)'public Double getInteractionEffectF()
public Double getInteractionEffectP()
public Double getInteractionEffectP(String... factorNames)
factorNames
- e.g. f,gpublic Collection<String> getMainEffectFactorNames()
public boolean hasInteractions()
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.