Re: [R] Separating out data values

2010-07-04 Thread Peter Ehlers
On 2010-07-04 5:29, Mark Carter wrote: I'm not very good at statistics, but I know enough to be dangerous. I'm completely new to R, having just discovered it yesterday. Now that the introductions are out of the way ... I have a table with three columns, only two of which are relevant to the d

Re: [R] Separating out data values

2010-07-04 Thread Hadley Wickham
Hi Mark, Try this to get you started: table(roe1 > median(roe1), roe0 > median(roe0)) Hadley On Sun, Jul 4, 2010 at 6:29 AM, Mark Carter wrote: > I'm not very good at statistics, but I know enough to be dangerous. I'm > completely new to R, having just discovered it yesterday. Now that the >

[R] Separating out data values

2010-07-04 Thread Mark Carter
I'm not very good at statistics, but I know enough to be dangerous. I'm completely new to R, having just discovered it yesterday. Now that the introductions are out of the way ... I have a table with three columns, only two of which are relevant to the discussion: roe0 and roe1. Plotting roe0 a