Arguments
data
The path to the directory where the data files are located. Each file must contain one matrix for
each individual containing a T (time) by p (number of variables) matrix where the columns represent
variables and the rows represent time.
out
The path to the directory where the results will be stored. This directory must be generated by
the user prior to running the function.
sep
The spacing of the data files. "" indicates space-delimited, "/t" indicates tab-delimited, ","
indicates comma delimited.
header
Logical. Indicate TRUE for data files with a header.
ar
Logical. If TRUE, begins search for individual models with autoregressive (AR) paths open.
Defaults to TRUE.
plot
Logical. If TRUE, graphs depicting relations among variables of interest will automatically be
created. Defaults to TRUE. For individual-level plots, red paths represent positive weights and blue paths represent negative weights.
paths
lavaan-style syntax containing paths with which to begin model estimation. That is, Y~X indicates that Y is regressed on X, or X predicts Y. If no header is used,
then variables should be referred to with V followed (with no separation) by the column number. If a
header is used, variables should be referred to using variable names. To reference lag variables, "lag"
should be added to the end of the variable name with no separation. Defaults to NULL.