Learn R Programming

gSEM (version 0.4.3.4)

summary.sgSEMp2: Summary of Semi-gSEM

Description

Summarizes the gSEM principle 2 result.

Usage

"summary"(object, ...)

Arguments

object
An object of class "sgSEMp2", the returned list from sgSEMp2().
...
Other arguments. Currently not used.

Value

NULL. A summary of data and fitting result is printed on screen.

Details

summary.sgSEMp1 gives a brief summary about the gSEM Principle 2 analysis.

Examples

Run this code
data(acrylic)
ans <- sgSEMp2(acrylic)
summary(ans)

Run the code above in your browser using DataLab