listFormula {voxel} | R Documentation |
Create list of Formulas for each voxel
Description
This function is internal. This function creates list of formulas that will be passed for analysis.
Usage
listFormula(x, formula)
Arguments
x |
Index of voxels to be analyzed |
formula |
covariates to be included in the analysis |
Examples
x <- 1
fm1 <- "~ x1"
formula <- listFormula(x, formula = fm1)
[Package voxel version 1.3.5 Index]