Learn R Programming

gSEM (version 0.4.3.4)

summary.sgSEMp1: Summary of Semi-gSEM

Description

Summarizes the gSEM principle 1 result.

Usage

"summary"(object, ...)

Arguments

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

Value

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

Details

summary.sgSEMp1 gives a summary about the gSEm-Principle 1 analysis.

Examples

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

Run the code above in your browser using DataLab