Learn R Programming

voxel (version 1.3.5)

listFormula: 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

Run this code
# NOT RUN {

x <- 1
fm1 <- "~ x1"
formula <- listFormula(x, formula = fm1)
# }

Run the code above in your browser using DataLab