Learn R Programming

ShortForm (version 0.5.6)

refit.model: Given a fitted lavaan model and a search table, refits the model using the search table as specifying what changes should be done (parameters fixed/freed).

Description

This is not meant to be called explicitly as tabu.sem uses this internally for model refitting.

Usage

refit.model(fitted.model, ptab)

Value

An object of class lavaan if the new model fits, or an object of class try-error if the model update fails.

Arguments

fitted.model

fitted model of class lavaan

ptab

search table

Author

Carl F. Falk

References

tools:::Rd_expr_doi("10.1080/10705511.2017.1409074")

See Also

Other Tabu Search: add.param(), search.prep()