Message-ID: <290f574f0905101413n271261e3m6583eb43b688a410@mail.gmail.com>
Date: 2009-05-10T21:13:23Z
From: Andreas Christoffersen
Subject: function for nice correlation output with significance symbols
In-Reply-To: <4A073AD2.7050501@optonline.net>
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 10, 2009 at 10:36 PM, Chuck Cleland <ccleland at optonline.net> wrote:
> 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.
>>
>> thanks!
>