fwe_spec: R6 class for an FWE correction method that can apply to one...

fwe_specR Documentation

R6 class for an FWE correction method that can apply to one or more models

Description

R6 class for an FWE correction method that can apply to one or more models

R6 class for an FWE correction method that can apply to one or more models

Methods

Public methods


Method new()

create a new FWE correction instance

Usage
fwe_spec$new(..., fwe_data = NULL)
Arguments
...

not used yet

fwe_data

not used yet


Method submit()

submit FWE estimation to the cluster

Usage
fwe_spec$submit()

Method clone()

The objects of this class are cloneable with this method.

Usage
fwe_spec$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


UNCDEPENdLab/fmri.pipeline documentation built on April 3, 2025, 3:21 p.m.