Plot method for lvnet. For lvnetSearch and lvnetLasso objects this is simply defined as summary(object$best, ...)
# S3 method for lvnet
summary(object, include = c("input", "chisq", "infcrit", "fitindices",
"rmsea", "parests"), digits = 3, ...)
# S3 method for lvnetLasso
summary(object, ...)
# S3 method for lvnetSearch
summary(object, ...)An lvnet object
Vector indicating what to include? "input" for the input used, "chisq" for the chi-square fit, "infcrit" for information criteria, "fitindices" for fit indices, "rmsea" for the RMSEA, ans "parests" for parameter estimates.
Number of digits to round to.
Not used.