| summary.GGM | R Documentation | 
Generate a summary for a constrained Gaussian Graphical Model (GGM) similar to lavaan-formated summary
## S3 method for class 'GGM'
summary(object, ...)
| object | A constrained GGM fitted model object. | 
| ... | Currently ignored. | 
Shown the lavaan-formatted summary to console
Mario Grassi mario.grassi@unipv.it
SEMrun.
sem0 <- SEMrun(sachs$graph, log(sachs$pkc), algo = "cggm")
summary(sem0$fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.