Re: [R] function for nice correlation output with significance symbols

2009-05-10 Thread Andreas Christoffersen
Maybe pairs.panels(df,scale=T) from the psych library - se more here: http://www.personality-project.org/r/html/00.psych-package.html setting scale=T scales the cor coefficient according to their value. I have seen an implementation with added asterix' but couldn't find it right now. On Sun, May

Re: [R] function for nice correlation output with significance symbols

2009-05-10 Thread Chuck Cleland
On 5/10/2009 3:26 PM, Martin Batholdy wrote: > hi, > > I am searching for a nice function which computes correlations out of a > data.frame and adds asterix-signs after each correlation when they are > significant... > > ...or a function which just show correlations greater than x in the output.