Description Usage Arguments Value Author(s) References See Also Examples
This function computes the matrix of partial correlations via an estimation of the corresponding regression models via Ridge Regression.
1 |
X |
matrix of observations. The rows of |
lambda |
Vector of penalty terms. |
scale |
Scale the columns of X? Default is scale=TRUE. |
k |
Number of splits in |
plot.it |
Plot the cross-validation error as a function of |
verbose |
Print information on conflicting signs etc. Default is |
pcor |
estimated matrix of partial correlations. |
lambda.opt |
optimal value of |
Nicole Kraemer
N. Kraemer, J. Schaefer, A.-L. Boulesteix (2009) "Regularized Estimation of Large-Scale Gene Regulatory Networks using Gaussian Graphical Models", BMC Bioinformatics, 10:384
http://www.biomedcentral.com/1471-2105/10/384/
1 2 3 4 |
Loading required package: MASS
Loading required package: glmnet
Loading required package: Matrix
Loading required package: foreach
Loaded glmnet 2.0-12
Loading required package: ppls
Loading required package: splines
Loading required package: Epi
Attaching package: 'Epi'
The following object is masked from 'package:base':
merge.data.frame
Loading required package: GeneNet
Loading required package: corpcor
Loading required package: longitudinal
Loading required package: fdrtool
Performing local ridge regressions
Vertex no 10 ...20 ...30 ...40 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.