public class SurvFitKM extends Object
| 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 SurvFitInfo process(LinkedHashMap<String,ArrayList<CensorStatus>> survivalData, boolean useWeights) throws Exception
survivalData - useWeights - Exceptionpublic SurvFitInfo process(String datafile, String timeColumn, String statusColumn, String weightColumn, String variableColumn, boolean useWeights) throws Exception
datafile - timeColumn - statusColumn - weightColumn - variableColumn - useWeights - Exceptionpublic SurvFitInfo process(String variable, ArrayList<SurvivalInfo> dataT, boolean useWeighted) throws Exception
variable - dataT - useWeighted - Exceptionpublic 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
Exceptionpublic 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 - Exceptionpublic static void main(String[] args)
args - the command line argumentsCopyright © 2000–2016 BioJava. All rights reserved.