Retained for backwards compatibility. New code should call
run_fastsem() with engine = "ram" (the default for multi-group
models) or engine = "auto".
Usage
run_fastsem_ram(model, control = list())Arguments
- model
An
MxModelas returned byumxRAM()(or a baremxModelcontainer holding submodels for multi-group use). The model must have raw (row-level) data inmodel@data@observed.- control
Optional named list passed to the optimizer. Recognized fields:
maxIter(int),tol(gradient-norm tolerance),ftol(objective-change tolerance),tryHard(extra retry rounds on non-convergence; each round multipliesmaxIterby 3 and dividestolby 10). Any field absent or0/0.0uses the core default.