pcor | R Documentation |
Robust partial correlation of column variables of a numeric matrix
pcor(x, g = NULL, adjustment_type = "parents", ...)
x |
matrix |
g |
related graph as adjacency matrix (optional) |
adjustment_type |
character string for the method to define the adjustment set Z for the regression |
... |
additional arguments for function 'cor' |
matrix of partial correlations
x <- matrix(rnorm(100),10,10) pcor(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.