Re: [R] graphing with barchart question

2007-05-07 Thread Deepayan Sarkar
On 5/7/07, Matthew Bridgman <[EMAIL PROTECTED]> wrote: > Sorry. > I have attached my data frame: DV = dv; IV = bins; subject = id, > Group = group. > barchart(dv ~ bins | id + group, groups = group, data = matt.df) > > The two suggestions you offered give me error messages regarding > invalid line

Re: [R] graphing with barchart question

2007-05-07 Thread Matthew Bridgman
Sorry. I have attached my data frame: DV = dv; IV = bins; subject = id, Group = group. barchart(dv ~ bins | id + group, groups = group, data = matt.df) The two suggestions you offered give me error messages regarding invalid line type and do not plot all of the data. If I drop the 'groups'

Re: [R] graphing with barchart question

2007-05-07 Thread Deepayan Sarkar
On 5/7/07, Matthew Bridgman <[EMAIL PROTECTED]> wrote: > I am graphing data using barchart (barchart(DV ~ IV | subject). I > have 2 groups of 9 subjects each. How can I easily identify which > group each subject belongs to? I have been trying to color code them, > but can't seem to get that to work

[R] graphing with barchart question

2007-05-07 Thread Matthew Bridgman
I am graphing data using barchart (barchart(DV ~ IV | subject). I have 2 groups of 9 subjects each. How can I easily identify which group each subject belongs to? I have been trying to color code them, but can't seem to get that to work. Any suggestions would be appreciated. Thanks, Matt B