read.subject {DGM} | R Documentation |
Reads single subject's network from txt files.
Description
Reads single subject's network from txt files.
Usage
read.subject(path, id, nodes, modelStore = TRUE)
Arguments
path |
path. |
id |
identifier to select all subjects' nodes, e.g. pattern containing subject ID and session number. |
nodes |
number of nodes. |
modelStore |
can be set to false to save memory. |
Value
store list with results.
[Package DGM version 1.7.4 Index]