gimmeSEM(data = "", out = "", sep = "", header = , ar = TRUE, plot = TRUE, subgroup = FALSE, paths = NULL, groupcutoff = .75, subcutoff = .5, deconvolve_hrf = FALSE, control = NULL, diagnos = FALSE)
walktrap.community
function from the igraph
package.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.In subgroup output directory (if subgroup = TRUE):
Note: if a subgroup of size n = 1 is discovered, subgroup-level output is not produced. In individual output directory (where id represents the original file name for each individual):
## Not run:
# paths <- 'V2 ~ V1
# V3 ~ V4lag'
#
# gimmeSEM(data = "C:/data100",
# out = "C:/data100_gimme_out",
# sep = ",",
# header = FALSE,
# ar = TRUE,
# plot = TRUE,
# paths = paths,
# subgroup = FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab