View source: R/SEset_to_network.R
SEset_to_network | R Documentation |
Takes the SE-set and calculates for each weights matrix the corresponding
precision matrix. Used to check the results of network_to_SEset
to assess deviations from statistical equivalence induced due to rounding,
thresholding, and numerical approximations.
SEset_to_network( SEmatrix, order.ref = NULL, order.mat = NULL, output = "raw", omega = NULL )
SEmatrix |
a n \times p matrix containing the SE-set. The output of
|
order.ref |
an optional character vector with variable names, the reference ordering of the precision matrix. |
order.mat |
a n \times p matrix of character strings,
defining the ordering of the matrix corresponding to each row of SEmatrix.
If NULL it is assumed that all orderings are included and they are generated using
|
output |
Output as |
omega |
Comparision precision matrix, e.g. original input precision matrix to
|
If output = "raw"
, a n \times p matrix of precision matrices
stacked column-wise in n rows.
If output = "summary"
returns a list containing the bias, MSE and
RMSE for each re-calculated precision matrix, relative to comparison omega
matrix supplied.
ryan2019SEset
\insertRefshojaie2010penalizedSEset
\insertRefbollen89semSEset
network_to_path
, path_to_network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.