Skip to content
Back to formatted view

Raw Message

Message-ID: <4AF154BA.3080101@bitwrit.com.au>
Date: 2009-11-04T10:17:30Z
From: Jim Lemon
Subject: Plotting an interaction with error bars
In-Reply-To: <239773290911032336q6d33f278gdd3883643490a8d8@mail.gmail.com>

On 11/04/2009 06:36 PM, Dror D Lev wrote:
> Thank you Jim.
>
> brkdn.plot() seems to be just the function I need.
>
> Still, I wonder if there are lists of labels of the different measures
> of central tendency (mct argument) and measures of dispersion (md)?
>
>    
Hi Dror,
With brkdn.plot (and several other functions in plotrix) you can use any 
existing measure or even roll your own. The only limitation is that the 
function has to return a numeric value and must accept an "na.rm" argument.

Jim