Re: [R] Correlelogram with partial correlation coefficients

2014-05-14 Thread Kevin Wright
Bill, For package-specific questions, you should email the package maintainer (for corrgram, that's me). Michael Friendly's paper on corrgrams includes an example of partial correlations. The code to reproduce his example is hiding in the "tests" directory of the corrgram sourcecode zip file.

[R] Correlelogram with partial correlation coefficients

2014-05-13 Thread Bill Anderegg
Hi, I am trying to construct a correlelogram plot but plot partial correlation coefficients, rather than normal coefficients. I've been using the corrgram() and ggm() libraries to do correlelograms and partial correlation analysis respectively, but I can't figure out how to combine them. Here is m