Package com.bayesserver.causal
Class EffectsAnalysisOutput
- java.lang.Object
-
- com.bayesserver.causal.EffectsAnalysisOutput
-
public final class EffectsAnalysisOutput extends Object
The results of an effects analysis.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EffectsAnalysisOutputItem>getItems()A result for each treatment value.VariablegetOutcome()Gets the outome (target) variable on which effects are being measured.VariablegetTreatment()Gets the treatment variable which is being varied.
-
-
-
Method Detail
-
getOutcome
public Variable getOutcome()
Gets the outome (target) variable on which effects are being measured.
-
getTreatment
public Variable getTreatment()
Gets the treatment variable which is being varied.
-
getItems
public List<EffectsAnalysisOutputItem> getItems()
A result for each treatment value.
-
-