refit.model: Given a fitted lavaan model and a search table, refits the...

View source: R/Tabu_refit.R

refit.modelR Documentation

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

Description

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

Usage

refit.model(fitted.model, ptab)

Arguments

fitted.model

fitted model of class lavaan

ptab

search table

Value

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

Author(s)

Carl F. Falk

References

\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1080/10705511.2017.1409074")}

See Also

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


ShortForm documentation built on March 31, 2023, 6:04 p.m.