# NOT RUN {
umx_get_checkpoint() # current global default
require(umx)
data(demoOneFactor)
manifests = names(demoOneFactor)
m1 = umxRAM("One Factor", data = demoOneFactor, type = "cov",
umxPath("G", to = manifests),
umxPath(var = manifests),
umxPath(var = "G", fixedAt = 1)
)#' m1 = umx_set_checkpoint(interval = 2, model = m1)
umx_get_checkpoint(model = m1)
# }
Run the code above in your browser using DataLab