camino_vcthreshselect: Wrapper for Camino 'vcthreshselect' function

Description Usage Arguments

View source: R/camino_vcthreshselect.R

Description

Performs the Camino vcthreshselect function

Usage

1
2
camino_vcthreshselect(infile, datadims, bgthresh = NULL,
  csfthresh = NULL, order = 4, ftest = NULL, verbose = TRUE)

Arguments

infile

input filename

datadims

data dimensions in voxels. Must be a vector of length 3.

bgthresh

background threshold value. Ignored if ftest is not specified.

csfthresh

CSF threshold value

order

Set the maximum even spherical harmonic order that will be considered by the program. Must be a positive even number. Default is 4.

ftest

Specifies the F-test thresholds for adopting higher order models. A threshold must be provided for every order between 0 and the maximum order. The program will not consider a higher order model unless the result of the F-test is smaller than the relevant threshold.

verbose

print diagnostic messages


muschellij2/rcamino documentation built on Nov. 9, 2019, 3:51 a.m.