Skip to contents

A single-group Simultaneous Confidence Corridor (SCC) result object used in examples and visualization functions of neuroSCC.

Usage

sccOneGroup

Format

A list with 14 components, including:

Yhat

Estimated mean function.

scc

Simultaneous confidence corridor bands.

bw

Bandwidth values.

Ya

Observed one-group imaging data.

V.est.a

Triangulation vertices for estimation.

Tr.est.a

Triangulation triangles for estimation.

Z

Spatial coordinates of the imaging domain.

Z.band

Spatial coordinates used for SCC band computation.

d.est

Estimation neighborhood parameter.

r

Radius or smoothing-related SCC parameter.

ind.inside

Indices of points inside the domain.

ind.inside.cover

Indices of covered points inside the domain.

alpha

Significance levels.

call

Call used to generate the SCC object.

Source

Generated from the neuroSCC methodological workflow for one-group SCC analysis.

Details

The object contains the estimated mean function, SCC bands, spatial coordinates, and triangulation-related components needed for plotting and downstream SCC workflows.

See also

plotSCCpanel for visualization of this object.
SCCcomp for a two-group SCC example object.