ccor_boot: Bootstrap confidence interval estimation for curve...

View source: R/ccor_boot.R

ccor_bootR Documentation

Bootstrap confidence interval estimation for curve correlation

Description

Inputs raw data representing two curves, and computes a bootstrap confidence interval for the curve correlation between them.

Usage

ccor_boot(
  y,
  time,
  curve = NULL,
  k = 15,
  ndraw = 299,
  conf = 0.95,
  min.overlap = 0,
  min.n = 8
)

Arguments

y, time, curve, k, min.overlap, min.n

see ccor

ndraw

number of bootstrap samples

conf

confidence level

Value

A list with components

cor

curve correlation (for the full data)

boot.cor

curve correlations for the ndraw bootstrap samples

ci

confidence interval for the curve correlation

Author(s)

Philip Tzvi Reiss <reiss@stat.haifa.ac.il>, Noemi Foa, Dror Arbiv and Biplab Paul <paul.biplab497@gmail.com>

See Also

ccor, ccor_posim

Examples


# see example for ccor_posim


ctmva documentation built on Nov. 20, 2025, 5:06 p.m.

Related to ccor_boot in ctmva...