Learn R Programming

netSEM (version 0.5.1)

summary.netSEM: Summary of net-SEM

Description

summarize netSEM result

Usage

# S3 method for netSEM
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 netSEMm().

...

A S3 generic/method consistency.

Details

summary.netSEM gives a summary about the net-SEM analysis.

Examples

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

Run the code above in your browser using DataLab