Description Usage Arguments Value References Examples
Calculates an inverse-probability-of-censoring weighted (IPCW) distance covariance based on IPCW U-statistics \insertCitedatta2010inversedcortools.
1 2 3 4 5 6 7 8 9 10 11 |
Y |
A column with two rows, where the first row contains the survival times and the second row the status indicators (a survival object will work). |
X |
A vector or matrix containing the covariate information. |
affine |
logical; indicates if X should be transformed such that the result is invariant under affine transformations of X |
standardize |
logical; should X be standardized using the standard deviations of single observations?. No effect when affine = TRUE. |
timetrafo |
specifies a transformation applied on the follow-up times. Can be "none", "log" or a user-specified function. |
type.X |
For "distance", X is interpreted as a distance matrix. For "sample" (or any other value), X is intepreted as a sample |
metr.X |
etr.X specifies the metric which should be used for X to analyse the distance covariance. Options are "euclidean", "discrete", "alpha", "minkowski", "gauss", "gaussauto" and "boundsq". For "alpha", "minkowski", "gauss", "gaussauto" and "boundsq", the corresponding parameters are specified via "c(metric,parameter)" (see examples); the standard parameter is 2 for "minkowski" and "1" for all other metrics. |
cutoff |
If provided, all survival times larger than cutoff are set to the cutoff and all corresponding status indicators are set to one. Under most circumstances, choosing a cutoff is highly recommended. |
An inverse-probability of censoring weighted estimate for the distance covariance between X and the survival times.
bottcher2017detectingdcortools
\insertRefdatta2010inversedcortools
\insertRefdueck2014affinelydcortools
\insertRefhuo2016fastdcortools
\insertReflyons2013distancedcortools
\insertRefsejdinovic2013equivalencedcortools
\insertRefszekely2007dcortools
\insertRefszekely2009browniandcortools
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.