## Measurment invariance example:
modFile <- system.file("extdata", "mi1.OUT", package = "lisrelToR")
Lis <- readLisrel(modFile)
# Extract Lambda-Y for group 2:
lisrelMatrix(Lis,"LY", group = 2)
# Structure of object:
str(Lis)
# Print full LISREL output to console:
print(Lis)
Run the code above in your browser using DataLab