gimme(data = "",
sep = "",
header = ,
out = "",
ar = FALSE,
plot = TRUE,
subgroup = FALSE,
paths = NULL)
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 tpaths <- 'V2 ~ V1
V3 ~ V4lag'
gimme(data = "C:/data100",
sep = ",",
header = FALSE,
out = "C:/data100_gimme_out",
ar = TRUE,
plot = TRUE,
paths = paths,
subgroup = FALSE)
Run the code above in your browser using DataLab