# NOT RUN {
library(report)
library(lavaan)
structure <- " visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9 "
model <- lavaan::cfa(structure, data = HolzingerSwineford1939)
report(model)
# }
Run the code above in your browser using DataLab