org.rosuda.deducer.models
Class LogisticModel

java.lang.Object
  extended by org.rosuda.deducer.models.ModelModel
      extended by org.rosuda.deducer.models.GLMModel
          extended by org.rosuda.deducer.models.LogisticModel

public class LogisticModel
extends GLMModel


Nested Class Summary
 class LogisticModel.PlotRoc
           
 
Field Summary
 LogisticModel.PlotRoc roc
           
 LogisticDialogSplitModel split
           
 
Fields inherited from class org.rosuda.deducer.models.GLMModel
effects, export, family, options, plots, posthoc, tests, weights
 
Fields inherited from class org.rosuda.deducer.models.ModelModel
data, factorVars, numericVars, outcomes, outcomeVars, subset, terms
 
Constructor Summary
LogisticModel()
           
 
Method Summary
protected  java.lang.String runPlots(java.lang.String cmd, java.lang.String modelName, boolean preview, java.util.ArrayList tmp, RModel prevModel)
           
 
Methods inherited from class org.rosuda.deducer.models.GLMModel
run, runEffects, runExport, runOptions, runPostHoc, runTests
 
Methods inherited from class org.rosuda.deducer.models.ModelModel
copyInto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

split

public LogisticDialogSplitModel split

roc

public LogisticModel.PlotRoc roc
Constructor Detail

LogisticModel

public LogisticModel()
Method Detail

runPlots

protected java.lang.String runPlots(java.lang.String cmd,
                                    java.lang.String modelName,
                                    boolean preview,
                                    java.util.ArrayList tmp,
                                    RModel prevModel)
Overrides:
runPlots in class GLMModel