# NOT RUN {
require(umx)
data(demoOneFactor)
manifests = names(demoOneFactor)
m1 = umxRAM("std_ex", data = demoOneFactor, type = "cov",
umxPath("G", to = manifests),
umxPath(var = manifests),
umxPath(var = "G", fixedAt = 1.0)
)
m1 = xmu_standardize_RAM(m1)
m1 = umx_standardize(m1)
umxSummary(m1)
# }
Run the code above in your browser using DataLab