public abstract class AbstractSensitivityAnalysis extends Object implements SensitivityAnalysis
| Constructor and Description |
|---|
AbstractSensitivityAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createImportInstruction(SensitivityExport export,
List<SimulationStorage> simulationStorages) |
protected String |
editRInstruction(String rCall) |
protected void |
renameObjects(org.nuiton.j2r.REngine engine,
String simulationName) |
void |
setIsisFactorsR(DesignPlan plan,
File outputdirectory)
Method to create the isis.factors dataframe in R.
|
protected void |
testNoDiscrete(List<Factor> factors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyzeResult, canManageCardinality, compute, getDescriptionpublic void setIsisFactorsR(DesignPlan plan, File outputdirectory) throws SensitivityException
plan - Design plan of the sensitivity analysisoutputdirectory - the directory on which we will calculate the
destination RData file. The RData file will be named directory.RData and
saved in the directory parent.SensitivityException - if an error occur while talking to Rprotected void testNoDiscrete(List<Factor> factors) throws SensitivityException
SensitivityExceptionprotected String createImportInstruction(SensitivityExport export, List<SimulationStorage> simulationStorages)
protected void renameObjects(org.nuiton.j2r.REngine engine,
String simulationName)
throws org.nuiton.j2r.RException
org.nuiton.j2r.RExceptionCopyright © 1999-2013 CodeLutin. All Rights Reserved.