Implied Covariance Matrix of a Gaussian Graphical Model
impliedCovarianceMatrix(
x,
b.default = NULL,
b.lower = -0.6,
b.upper = 0.6,
eps = 1,
standardized = TRUE
)
the input graph, a DAG (which may contain bidirected edges).
default path coefficient applied to arrows for which no coefficient is defined in the model syntax.
lower bound for random path coefficients, applied if b.default=NULL
.
upper bound for path coefficients.
residual variance (only meaningful if standardized=FALSE
).
logical. If true, a standardized population covariance matrix is generated (all variables have variance 1).