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