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