summary.netSEMp1 {netSEM}R Documentation

Summary of netSEMp1

Description

summarize netSEMp1 result

Usage

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

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.

Value

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

Examples

data(acrylic)
ans <- netSEMp1(acrylic)
summary(ans)

[Package netSEM version 0.6.2 Index]