Functional Intraclass Correlation Bootstrap

functional_ICC_bootstrap(
  MHPCA,
  nboots,
  alpha = 0.05,
  maxiter,
  epsilon,
  fve_cutoff,
  nknots,
  quiet = FALSE,
  file_name = NULL
)

Arguments

MHPCA

MHPCA object

nboots

number of bootstraps to perform

alpha

alpha level

maxiter

maximum iterations

epsilon

epsilon for MM algorithm

fve_cutoff

fraction of variance cutoff for M-HPCA

nknots

number of knots for splines

quiet

logical for printing timing messages

file_name

name of file to save individual bootstrapped results in if desired

Value

fICC percentiles (data.frame)