Implied Covariance Matrix of a Gaussian Graphical Model
1 2 3 4 5 6 7 8 | impliedCovarianceMatrix(
x,
b.default = NULL,
b.lower = -0.6,
b.upper = 0.6,
eps = 1,
standardized = TRUE
)
|
x |
the input graph, a DAG (which may contain bidirected edges). |
b.default |
default path coefficient applied to arrows for which no coefficient is defined in the model syntax. |
b.lower |
lower bound for random path coefficients, applied if |
b.upper |
upper bound for path coefficients. |
eps |
residual variance (only meaningful if |
standardized |
logical. If true, a standardized population covariance matrix is generated (all variables have variance 1). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.