A precomputed example of a Simultaneous Confidence Corridor (SCC) analysis
comparing a group of pathological subjects against controls. This object was generated
using the ImageSCC::scc.image function and represents a realistic output
from SCC-based neuroimaging group comparisons.
This dataset is used in the examples of getPoints and calculateMetrics,
allowing users to explore SCC outputs without needing to recompute them.
Usage
data("SCCcomp")Format
A named list of class "image" with the following elements
scc3D array of SCC confidence bands, dimensions
[n, 2, alpha].Z.bandMatrix of grid coordinates corresponding to evaluated locations.
ind.inside.coverInteger vector of indices for grid points inside the SCC band.
V.est.a,V.est.bVertex matrices for triangulated domains (pathological and control groups).
Tr.est.a,Tr.est.bTriangle index matrices corresponding to the domain meshes.
alphaVector of confidence levels used (e.g., 0.1, 0.05, 0.01).
d.estSpline degree used in mean function estimation.
rSmoothing parameter used during fitting.
