Description Usage Arguments Value
View source: R/scoreLatentVars.R
Evaluate the score functions for the estimation of the latent variables for a single dataset
1 2 3 4 | scoreLatentVars(data, distribution, paramEsts, paramMats, offSet,
latentVar, meanVarTrend, constrained = FALSE, covMat = NULL,
varPosts, compositional, indepModel, mm, latentVarsLower,
allowMissingness, ...)
|
data, distribution, offSet, meanVarTrend, indepModel, varPosts, paramEsts, paramMats, compositional |
Characteristics of the views |
latentVar |
the latent variable estimates |
constrained |
a boolean, is this a constrained analysis |
covMat |
a matrix of constraining covariates |
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 |
A vector of length n, with evaluated score function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.