mod_names | R Documentation |
Get module names in a CEMiTool object
mod_names(cem, include_NC = TRUE)
## S4 method for signature 'CEMiTool'
mod_names(cem, include_NC = TRUE)
cem |
Object of class |
include_NC |
Logical. Whether or not to include "Not.Correlated"
module. Defaults to |
Module names
# Get example CEMiTool object
data(cem)
# Get module names
mod_names(cem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.