Learn R Programming

netSEM (version 0.6.2)

summary.netSEMp1: Summary of netSEMp1

Description

summarize netSEMp1 result

Usage

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

Value

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

Arguments

object

An object of class "netSEM", the returned list from netSEMp1().

...

A S3 generic/method consistency.

Details

summary.netSEMp1 gives a summary about the netSEMp1 analysis.

Examples

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

Run the code above in your browser using DataLab