Learn R Programming

mlVAR (version 0.5.2)

summary.mlVAR: Summary of mlVAR results

Description

Prints tables with fit indices and parameter estimates.

Usage

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

Arguments

object

An mlVAR object.

show

Which tables to show?

round

Number of digits.

x

An mlVAR object.

...

Not used

Author

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