TS-class | R Documentation |
An S4 class for the Tabu Search Algorithm
An S4 object of class 'TS'.
function_call
The original function call.
all_fit
A summary 'vector' indicating the model fit results for each iteration.
best_fit
The best model fit result using the selected 'fitStatistic'. A numeric value or vector, possibly named.
best_model
A 'lavaan' object of the final solution.
best_syntax
A 'character' vector of the final solution model syntax.
runtime
A 'difftime' object of the total run time of the function.
final_tabu_list
The final list of Tabu models. Each element of the list is a 'lavaan' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.