| ccor_boot | R Documentation |
Inputs raw data representing two curves, and computes a bootstrap confidence interval for the curve correlation between them.
ccor_boot(
y,
time,
curve = NULL,
k = 15,
ndraw = 299,
conf = 0.95,
min.overlap = 0,
min.n = 8
)
y, time, curve, k, min.overlap, min.n |
see |
ndraw |
number of bootstrap samples |
conf |
confidence level |
A list with components
cor |
curve correlation (for the full data) |
boot.cor |
curve correlations for the |
ci |
confidence interval for the curve correlation |
Philip Tzvi Reiss <reiss@stat.haifa.ac.il>, Noemi Foa, Dror Arbiv and Biplab Paul <paul.biplab497@gmail.com>
ccor, ccor_posim
# see example for ccor_posim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.