modsem_inspect {modsem} | R Documentation |
Inspect model information
Description
function used to inspect fittet object. similar to 'lavInspect()' argument 'what' decides what to inspect
Usage
modsem_inspect(object, what = NULL, ...)
Arguments
object |
fittet model to inspect |
what |
what to inspect |
... |
Additional arguments passed to other functions |
Details
for 'modsem_lms', 'modsem_qml' and 'modsem_lavaan' for 'modsem_lavaan', it is just a wrapper for 'lavInspect()' for 'modsem_lms' and 'modsem_qml' what can either be "all", "matrices", "optim", or just the name of what to extract.
[Package modsem version 1.0.1 Index]