Inherits from 'rnetInput'
DataA dataframe containing the dataset.
L1The L1 penalty
V_setThe vertex set
nA square matrix of n_ij, the number of valid pairs used to estimate the edge between i and j.
V_ommittedThe names of vertices removed from the rnet due to low sample size or forced to 0.
V_metadataA Vector containing the attribute names assigned to the rnet's vertices.
E_metadataA vector containing the attribute names assinged to the rnet's edges.
ZerosA list of edges forced to zero due to small sample size or declared by user.
SigmaThe empirical correlation matrix
ThetaThe penalized precision matrix (Sigma^-1)
OmegaThe penalized partial correlation matrix. Also the weighted adajacency matrix used for the network.
AThe adjacency matrix (omega_ij != 0)
RAn igraph object derived from Omega
LayoutA k' x 2 matrix containing the x & y coords for the vertices for plotting. k' indicates that some of the k vertices declared may have been removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.