fwe_spec | R Documentation |
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
new()
create a new FWE correction instance
fwe_spec$new(..., fwe_data = NULL)
...
not used yet
fwe_data
not used yet
submit()
submit FWE estimation to the cluster
fwe_spec$submit()
clone()
The objects of this class are cloneable with this method.
fwe_spec$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.