summary.mlVAR: Summary of mlVAR results

View source: R/S3Methods.R

summary.mlVARR Documentation

Summary of mlVAR results

Description

Prints tables with fit indices and parameter estimates.

Usage

## S3 method for class 'mlVAR'
summary(object, show = c("fit", "temporal", "contemporaneous", "between"), 
      round = 3, ...)
## S3 method for class 'mlVAR'
print(x, ...)

Arguments

object

An mlVAR object.

show

Which tables to show?

round

Number of digits.

x

An mlVAR object.

...

Not used

Author(s)

Sacha Epskamp (mail@sachaepskamp.com), Marie K. Deserno (m.k.deserno@uva.nl) and Laura F. Bringmann (laura.bringmann@ppw.kuleuven.be)


mlVAR documentation built on May 31, 2023, 6:51 p.m.

Related to summary.mlVAR in mlVAR...