coef,regularizedSEM-method {lessSEM} | R Documentation |
coef
Description
Returns the parameter estimates of a regularizedSEM
Usage
## S4 method for signature 'regularizedSEM'
coef(object, ...)
Arguments
object |
object of class regularizedSEM |
... |
criterion can be one of the ones returned by fitIndices. If set to NULL, all parameters will be returned |
Value
parameters of the model as data.frame
[Package lessSEM version 1.5.5 Index]