V
Vick
Hi,
I think I have a simple question here, but unable to figure it out
myself, so seeking help on it. I have some accident records with
column heads as "Acc.MP(mile point)", "Severity Index(some number
betw.1-5)". I know the start and end mile point of the route and I can
find the frequency in 1 mile bins using the frequency function. But I
also want to know for each mile, how many 5's are there.
Heres an illustration of it.
Acc.MP Severity Index
0.32 1
0.5 5
0.8 4
0.95 5
1.23 5
So, for this example the result should look like:
Bin(1 mile) #.of Acc. Severity(5)
1 4 ??
2 1 ??
I unable to find the frequency of 5's for each mile. Any inputs are
appreciated.
Thanks,
Vick
I think I have a simple question here, but unable to figure it out
myself, so seeking help on it. I have some accident records with
column heads as "Acc.MP(mile point)", "Severity Index(some number
betw.1-5)". I know the start and end mile point of the route and I can
find the frequency in 1 mile bins using the frequency function. But I
also want to know for each mile, how many 5's are there.
Heres an illustration of it.
Acc.MP Severity Index
0.32 1
0.5 5
0.8 4
0.95 5
1.23 5
So, for this example the result should look like:
Bin(1 mile) #.of Acc. Severity(5)
1 4 ??
2 1 ??
I unable to find the frequency of 5's for each mile. Any inputs are
appreciated.
Thanks,
Vick