Package org.biojava.nbio.survival.cox
Class ResidualsCoxph
- java.lang.Object
-
- org.biojava.nbio.survival.cox.ResidualsCoxph
-
public class ResidualsCoxph extends java.lang.Object
- Author:
- Scooter Willis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResidualsCoxph.Type
-
Constructor Summary
Constructors Constructor Description ResidualsCoxph()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static double[][]
process(CoxInfo ci, ResidualsCoxph.Type type, boolean useWeighted, java.util.ArrayList<java.lang.String> cluster)
-
-
-
Method Detail
-
process
public static double[][] process(CoxInfo ci, ResidualsCoxph.Type type, boolean useWeighted, java.util.ArrayList<java.lang.String> cluster) throws java.lang.Exception
- Parameters:
ci
-type
-useWeighted
-cluster
-- Returns:
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
- Parameters:
args
- the command line arguments
-
-