Learn R Programming

SEMgraph (version 1.2.2)

summary.RICF: RICF model summary

Description

Generate a summary for a RICF solver similar to lavaan-formatted summary

Usage

# S3 method for RICF
summary(object, ...)

Value

Shown the lavaan-formatted summary to console

Arguments

object

A RICF fitted model object.

...

Currently ignored.

Author

Mario Grassi mario.grassi@unipv.it

See Also

SEMrun.

Examples

Run this code
sem1 <- SEMrun(sachs$graph, log(sachs$pkc), sachs$group, algo = "ricf")
summary(sem1$fit)

Run the code above in your browser using DataLab