| estfun {lavaan} | R Documentation |
A function for extracting the empirical estimating functions of a fitted lavaan model. This is the derivative of the objective function with respect to the parameter vector, evaluated at the observed (case-wise) data. In other words, this function returns the case-wise scores, evaluated at the fitted model parameters.
estfun.lavaan(object, scaling = FALSE)
object |
An object of class |
scaling |
If |
A n x k matrix corresponding to n observations and k parameters.
Ed Merkle