Description Usage Arguments Value See Also Examples
Runs the four comparison algorithms on the passed correlation matrix and phenotypes. Returns a data frame of run results for each.
| 1 2 3 4 5 6 | paperRealWorkflow(
  real.data = NULL,
  label = "class",
  update.freq = 50,
  verbose = FALSE
)
 | 
| real.data | A matrix subject by region-pair correlations augmented with class label | 
| label | A character vector class label from columns of corr,mat | 
| update.freq | A integer for the number of steps before update | 
| verbose | A flag indicating whether verbose output be sent to stdout | 
A list containing:
data frame of run results of each sim type
total elapsed time
The workflow consists of the sequence:
privateEC
originalThresholdout
privateRF
standardRF and
compileAndSaveAllResults. A comparison analysis with simulated data
is in paperSimWorkflow.
Other workflows: 
compileAndSaveAllResults(),
paperSimWorkflow(),
plotRunResults()
| 1 2 3 4 5 |   data(rsfMRIcorrMDD)
  real.result <- paperRealWorkflow(real.data = rsfMRIcorrMDD[, 2900:ncol(rsfMRIcorrMDD)],
                                   label = "class",
                                   update.freq = 50,
                                   verbose = FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.