modsem_coef {modsem} | R Documentation |
Wrapper for coef
Description
wrapper for coef
, to be used with modsem::modsem_coef
, since
coef
is not in the namespace of modsem
, but stats
.
Usage
modsem_coef(object, ...)
Arguments
object |
fitted model to inspect |
... |
additional arguments |
[Package modsem version 1.0.11 Index]