View source: R/summary.netSEMp2.R
summary.netSEMp2 | R Documentation |
summarize netSEM result
## S3 method for class 'netSEMp2'
summary(object, ...)
object |
An object of class "netSEMp2", the returned list from netSEMp2(). |
... |
A S3 generic/method consistency. |
summary.netSEMp2 gives a breif summary about the netSEM Principle 2 analysis.
NULL. A summary of data and fitting result is printed on screen.
data(acrylic)
ans <- netSEMp2(acrylic)
summary(ans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.