summary.lvnet {lvnet} | R Documentation |
Summary method for lvnet
Description
Plot method for lvnet
. For lvnetSearch
and lvnetLasso
objects this is simply defined as summary(object$best, ...)
Usage
## S3 method for class 'lvnet'
summary(object, include = c("input", "chisq", "infcrit", "fitindices",
"rmsea", "parests"), digits = 3, ...)
## S3 method for class 'lvnetLasso'
summary(object, ...)
## S3 method for class 'lvnetSearch'
summary(object, ...)
Arguments
object |
An |
include |
Vector indicating what to include? |
digits |
Number of digits to round to. |
... |
Not used. |
Author(s)
Sacha Epskamp <mail@sachaepskamp.com>
[Package lvnet version 0.3.5 Index]