View source: R/deriv2LagrangianLatentVarsConstr.R
deriv2LagrangianLatentVarsConstr | R Documentation |
The score function to estimate the latent variables
deriv2LagrangianLatentVarsConstr(
x,
data,
distributions,
offsets,
paramEsts,
paramMats,
numVars,
latentVarsLower,
nn,
m,
Jac,
numSets,
meanVarTrends,
links,
numCov,
covMat,
nLambda1s,
varPosts,
compositional,
indepModels,
...
)
x |
The current estimates of the latent variables |
distributions, data, links, compositional, meanVarTrends, offsets, numVars, paramMats, paramEsts |
Characteristics of the view |
latentVarsLower |
The parameter estimates of the lower dimensions |
nn |
number of samples |
m, numSets, varPosts, indepModels |
other arguments |
Jac |
an empty jacobian matrix |
numCov |
The number of covariates |
covMat |
the covariates matrix |
nLambda1s |
The number of centering restrictions |
... |
arguments to the jacobian function, currently ignored |
A vector of length nn, the evaluation of the score functions of the latent variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.