summary.netSEMp2: Summary of netSEMp2

View source: R/summary.netSEMp2.R

summary.netSEMp2R Documentation

Summary of netSEMp2

Description

summarize netSEM result

Usage

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

Arguments

object

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

...

A S3 generic/method consistency.

Details

summary.netSEMp2 gives a breif summary about the netSEM Principle 2 analysis.

Value

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

Examples

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



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