params | R Documentation |
Identify SEM parameters for a DAG
params(Sigma, graph)
Sigma |
covariance matrix (either in topological order or with |
graph |
optionally, adjacency matrix object for underlying graph |
The order of variables is assumed toplogical if the graph is not specified.
list of B
(upper triangular) and Om
(diagonal)
such that if IB = (I-B)^-1 then t(IB) %*% Om %*% IB
gives Sigma
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.