Description Usage Arguments Details Value
Joint estimation of differential networks.
1 | deGEM(z, K, lambda, maxIter = 50, tol = 0.001)
|
z |
An N by p data matrix. |
K |
Number of components in the mixture model. |
lambda |
A vector of tuning parameters. |
maxIter |
The maximum number of iterations in EM |
tol |
The tolerance level for EM convergence |
There are several issues with the current form. First, this function may produce poor estimates if the penalty parameters are too large. Unfortunately, when the penalty parameter is small, the estimates of the differential network may not be sparse. In addition, the class labels may have swapped during the initialization, so it is important to reevaluate the basis class.
A list with the elements
pie |
The mixing proportions. |
mu |
The mean of each class with dimension p x K. |
D |
The differential networks with dimension p x p x K. |
Omega |
The precision matrix of each class with dimension p x p x K. |
AIC |
The AIC for model selection. |
BIC |
The BIC for model selection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.