functional_ICC_bootstrap: Functional Intraclass Correlation Bootstrap

Description Usage Arguments Value

View source: R/rho.R

Description

Functional Intraclass Correlation Bootstrap

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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)


dsenturk/mhpca documentation built on Dec. 20, 2021, 2:11 a.m.