On Oct 11, 2010, at 10:16 AM, clee wrote:
I have data that looks like this:
start end value
1 4 2
5 8 1
9 100
I want to transform the data so that it becomes:
startend value
1 2
2 2
3 2
On Mon, Oct 11, 2010 at 10:16 AM, clee wrote:
>
> I have data that looks like this:
>
> start end value
> 1 4 2
> 5 8 1
> 9 10 0
>
>
> I want to transform the data so that it becomes:
>
> startend value
> 1 2
> 2
; Onderwerp: [R] help with simple but massive data transformation
>
>
> I have data that looks like this:
>
> start end value
> 1 4 2
> 5 8 1
> 9 100
>
>
> I want to transform the data so that
I have data that looks like this:
start end value
1 4 2
5 8 1
9 100
I want to transform the data so that it becomes:
startend value
1 2
2 2
3 2
4 2
5 1
6
4 matches
Mail list logo