fwci | R Documentation |
This function returns the concordance index and simulated p-value.
fwci(x, y, dx = 0, dy = 0, n.simulate = 1000, mc.cores = 1)
x |
a numeric vector |
y |
a numeric vector |
dx |
The minimunm reliable difference between two values in the x vector to be considered as significantly |
dy |
The minimunm reliable difference between two values in the y vector to be considered as significantly |
n.simulate |
number of simulation for p value computation, default 1000. If set to 0 only CI will be return |
mc.cores |
number of cores for parallel processing, default 1 |
a list of concordance index and its pvalue
Arvind Mer
data("iris")
fwci(x=iris$Sepal.Length, y=iris$Sepal.Width, dx=0.1, dy=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.