vcthreshselect
functioncamino_vcthreshselect.Rd
Performs the Camino vcthreshselect
function
camino_vcthreshselect(infile, datadims, bgthresh = NULL,
csfthresh = NULL, order = 4, ftest = NULL, verbose = TRUE)
infile | input filename |
---|---|
datadims | data dimensions in voxels. Must be a vector of length 3. |
bgthresh | background threshold value.
Ignored if |
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 |