preprocess | R Documentation |
Id
preprocess(file = NULL,
header = NULL,
sep = NULL,
signal = NULL,
noise = NULL,
butterfreq = NULL,
model = NULL)
file |
a data matrix or file name with columns as variables and rows as observations across time. |
header |
logical for whether or not there is a header in the data file. |
sep |
The spacing of the data files. "" indicates space-delimited, "/t" indicates tab-delimited, "," indicates comma delimited. Only necessary to specify if reading data in from physical directory. |
signal |
(optional) a character vector containing the names of variables that contain signal i.e., which variables to use to detect change point. The default (NULL) indicates all variables except those in 'noise' argument are considered signal. Example: signal = c("dDMN4", "vDMN5", "vDMN1", |
noise |
(optional) a character vector containing the names of variables that contain noise. The signal variables will be regressed on these variables and residuals used in change point detection. The default (NULL) indicates there are no noise variables. Example: noise = c("White.Matter1", "CSF1") |
butterfreq |
(optional) bandpass filter frequency ranges. Example: c(.04,.4) |
model |
(optional) syntax indicating which variables belong to which networks for first pass of data reduction that is user-specified. If no header naming convention follows "V#". Notation should follow lavaan syntax style. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.