View source: R/generateSigma.R
generateSigma | R Documentation |
Generates the indicator correlation matrix based on the parameters of a structural equation model in lavaan model syntax.
generateSigma(
.model = NULL,
.handle_negative_definite = c("stop", "drop", "set_NA")
)
.model |
A model generated using |
.handle_negative_definite |
Character string. How should negative definite
indicator correlation matrices be handled? One of |
A K by K matrix of indicator correlations. K is the number of indicators
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.