Modifier and Type | Class and Description |
---|---|
static class |
SurvFitKM.ConfLower |
static class |
SurvFitKM.ConfType |
static class |
SurvFitKM.Error |
static class |
SurvFitKM.Method |
Constructor and Description |
---|
SurvFitKM() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
SurvFitInfo |
process(LinkedHashMap<String,ArrayList<CensorStatus>> survivalData,
boolean useWeights) |
SurvFitInfo |
process(String variable,
ArrayList<SurvivalInfo> dataT,
boolean useWeighted) |
SurvFitInfo |
process(String variable,
ArrayList<SurvivalInfo> dataT,
SurvFitKM.Method method,
SurvFitKM.Error error,
boolean seFit,
double confInt,
SurvFitKM.ConfType confType,
SurvFitKM.ConfLower confLower,
Double startTime,
Double newTime,
boolean useWeighted) |
SurvFitInfo |
process(String datafile,
String timeColumn,
String statusColumn,
String weightColumn,
String variableColumn,
boolean useWeights) |
LinkedHashMap<String,StrataInfo> |
processStrataInfo(String variable,
ArrayList<SurvivalInfo> dataT,
SurvFitKM.Method method,
SurvFitKM.Error error,
boolean seFit,
double confInt,
SurvFitKM.ConfType confType,
SurvFitKM.ConfLower confLower,
Double startTime,
Double newTime,
boolean useWeighted) |
public SurvFitKM()
public SurvFitInfo process(LinkedHashMap<String,ArrayList<CensorStatus>> survivalData, boolean useWeights) throws Exception
survivalData
- useWeights
- Exception
public SurvFitInfo process(String datafile, String timeColumn, String statusColumn, String weightColumn, String variableColumn, boolean useWeights) throws Exception
datafile
- timeColumn
- statusColumn
- weightColumn
- variableColumn
- useWeights
- Exception
public SurvFitInfo process(String variable, ArrayList<SurvivalInfo> dataT, boolean useWeighted) throws Exception
variable
- dataT
- useWeighted
- Exception
public LinkedHashMap<String,StrataInfo> processStrataInfo(String variable, ArrayList<SurvivalInfo> dataT, SurvFitKM.Method method, SurvFitKM.Error error, boolean seFit, double confInt, SurvFitKM.ConfType confType, SurvFitKM.ConfLower confLower, Double startTime, Double newTime, boolean useWeighted) throws Exception
Exception
public SurvFitInfo process(String variable, ArrayList<SurvivalInfo> dataT, SurvFitKM.Method method, SurvFitKM.Error error, boolean seFit, double confInt, SurvFitKM.ConfType confType, SurvFitKM.ConfLower confLower, Double startTime, Double newTime, boolean useWeighted) throws Exception
variable
- dataT
- method
- error
- seFit
- confInt
- confType
- confLower
- startTime
- newTime
- useWeighted
- Exception
Copyright © 2000–2019 BioJava. All rights reserved.