summary.netSEMp1: Summary of netSEMp1

View source: R/summary.netSEMp1.R

summary.netSEMp1R 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)

netSEM documentation built on Sept. 8, 2023, 5:26 p.m.