View source: R/jacLatentVars.R
jacLatentVars | R Documentation |
Evaluate the jacobian for estimating the latent variable for one view
jacLatentVars(
latentVar,
data,
distribution,
paramEsts,
paramMats,
offSet,
meanVarTrend,
n,
varPosts,
mm,
indepModel,
latentVarsLower,
compositional,
allowMissingness,
...
)
latentVar |
the latent variable estimates |
distribution, data, varPosts, compositional, meanVarTrend, offSet, paramEsts, paramMats, indepModel |
Characteristics of each view |
n |
the number of samples |
mm |
the current dimension |
latentVarsLower |
the lower dimensional latent variables |
allowMissingness |
a boolean, should missing values be allowed |
... |
additional arguments passed on to score and jacobian functions |
The diagonal of the jacobian matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.