refit.model {ShortForm} | R Documentation |
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)
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
doi:10.1080/10705511.2017.1409074
See Also
Other Tabu Search:
add.param()
,
search.prep()
[Package ShortForm version 0.5.5 Index]