.getGradients | R Documentation |
returns the gradients of a model of class Rcpp_SEMCpp. This is the internal model representation. Models of this class can be generated with the lessSEM:::.SEMFromLavaan-function.
.getGradients(SEM, raw)
SEM |
model of class Rcpp_SEMCpp |
raw |
controls if the internal transformations of lessSEM should be used. lessSEM will use an exponential function for all variances to avoid negative variances. When set to TRUE, the gradients will be given for the internal parameter representation. Set to FALSE to get the usual gradients |
vector with derivatives of the -2log-Likelihood with respect to each parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.