summary.netSEMp1 {netSEM} | R Documentation |
summarize netSEMp1 result
## S3 method for class 'netSEMp1'
summary(object, ...)
object |
An object of class "netSEM", the returned list from netSEMp1(). |
... |
A S3 generic/method consistency. |
summary.netSEMp1 gives a summary about the netSEMp1 analysis.
NULL. A summary of data and fitting result is printed on screen.
data(acrylic)
ans <- netSEMp1(acrylic)
summary(ans)