fit_data | R Documentation |
Retrieve scale-free model fit data
fit_data(cem)
## S4 method for signature 'CEMiTool'
fit_data(cem)
cem |
Object of class |
Object of class data.frame
# Get example CEMiTool object
data(cem)
# Get modules and beta data
cem <- find_modules(cem)
# Get fit data
fit_data(cem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.