Skip to content

groups Rank

3 messages · Ragia Ibrahim, PIKAL Petr

#
apology for re sending the Email, I changed the format to plain text as I have been advised
the?data ?is as follow??

thanks Sarah,?
I used pdut, and here is the data as written on R..I attached the dput result
structure(list(Measure_id = c(1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3,?
3, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 1, 1, 1, 1, 1, 2, 2, 2,?
3, 3, 3, 3, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3), i = c(5, 5,?
5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,?
5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,?
7, 7, 7, 7), j = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2,?
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,?
3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5), id = c(1, 2, 3, 4, 5,?
6, 7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,?
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8,?
9, 10, 11, 12), value = c(2, 1.5, 0, 0, 1, 0.5, 0, 0, 0, 0, 0.5,?
2, 2, 1.5, 0, 1, 2, 0, 0.5, 1.44269504088896, 0, 0, 0, 0, 1,?
1.5, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 1, 0, 0, 0, 0,?
0, 0, 0)), .Names = c("Measure_id", "i", "j", "id", "value"), row.names = c(NA,?
48L), class = "data.frame")

the?data ?is as follow??:

? ?Measure_id i j id value
1 ? ? ? ? ? 1 5 1 ?1 ? 2.0
2 ? ? ? ? ? 1 5 2 ?1 ? 2.0
3 ? ? ? ? ? 1 5 1 ?2 ? 1.5
4 ? ? ? ? ? 1 5 2 ?2 ? 1.5
5 ? ? ? ? ? 1 5 1 ?3 ? 0.0
6 ? ? ? ? ? 1 5 2 ?3 ? 0.0
7 ? ? ? ? ? 1 5 1 ?4 ? 0.0
8 ? ? ? ? ? 1 5 2 ?4 ? 1.0
9 ? ? ? ? ? 1 5 1 ?5 ? 1.0
10 ? ? ? ? ?1 5 2 ?5 ? 2.0
.. ? ? ? ?... . . .. ? ...
I want to add a probability column, ?the prob column depends on id grouped by for each i
the rank will be current (value / max value ) for the same id for specific i, it would be

?Measure_id i j id value ? ?prob
1 ? ? ? ? ? 1 5 1 ?1 ? 2.0 ? ? ? ? ?2/2 ?
2 ? ? ? ? ? 1 5 2 ?1 ? 2.0 ? ? ? ? ?2/2 ?
3 ? ? ? ? ? 1 5 1 ?2 ? 1.5 ? ? ? ? ?1.5/1.5 ??
4 ? ? ? ? ? 1 5 2 ?2 ? 1.5 ? ? ? ? ?1.5/1.5?
5 ? ? ? ? ? 1 5 1 ?3 ? 0.0 ? ? ? ? ?0
6 ? ? ? ? ? 1 5 2 ?3 ? 0.0 ? ? ? ? ?0
7 ? ? ? ? ? 1 5 1 ?4 ? 0.0 ? ? ? ? ?0/1 ?
8 ? ? ? ? ? 1 5 2 ?4 ? 1.0 ? ? ? ? ?1/1 ?
9 ? ? ? ? ? 1 5 1 ?5 ? 1.0 ? ? ? ? ?1/2
10 ? ? ? ? ?1 5 2 ?5 ? 2.0 ? ? ? ? ?2/3
.. ? ? ? ?... . . .. ? ...

then I want to add a rank column that rank regarding probability, if the probability equal they took the same rank for the
same id belongs to the same i, otherwize lower probability took higher rank for examole if we have three values for i=7 and for the three values the id is 1 and the probability is ( .2,.4,.5) the rank should be 3,2,1



I looked at aggregate and dplyr...should I use for loop and subset each i and id rows do calculations and then group them again ??
is there easier way?

replying ?highly appreciated
#
Hi

OK, thanks for sending dput result.

I am still not sure what exactly you want. Using ?ave you can get result of x/max(x)

dat$prob <- ave(dat$value, paste(dat$id, dat$i), FUN= function(x) x/max(x))

however in case max(x) is zero the result is NA

You can change it to zero

dat$prob[is.nan(dat$prob)] <- 0

and compute rank value by similar process.

dat$rankvalue <- ave(dat$prob, paste(dat$id, dat$i), FUN = rank)

But I am not sure if this is the desired result.

Cheers
Petr
________________________________
Tento e-mail a jak?koliv k n?mu p?ipojen? dokumenty jsou d?v?rn? a jsou ur?eny pouze jeho adres?t?m.
Jestli?e jste obdr?el(a) tento e-mail omylem, informujte laskav? neprodlen? jeho odes?latele. Obsah tohoto emailu i s p??lohami a jeho kopie vyma?te ze sv?ho syst?mu.
Nejste-li zam??len?m adres?tem tohoto emailu, nejste opr?vn?ni tento email jakkoliv u??vat, roz?i?ovat, kop?rovat ?i zve?ej?ovat.
Odes?latel e-mailu neodpov?d? za eventu?ln? ?kodu zp?sobenou modifikacemi ?i zpo?d?n?m p?enosu e-mailu.

V p??pad?, ?e je tento e-mail sou??st? obchodn?ho jedn?n?:
- vyhrazuje si odes?latel pr?vo ukon?it kdykoliv jedn?n? o uzav?en? smlouvy, a to z jak?hokoliv d?vodu i bez uveden? d?vodu.
- a obsahuje-li nab?dku, je adres?t opr?vn?n nab?dku bezodkladn? p?ijmout; Odes?latel tohoto e-mailu (nab?dky) vylu?uje p?ijet? nab?dky ze strany p??jemce s dodatkem ?i odchylkou.
- trv? odes?latel na tom, ?e p??slu?n? smlouva je uzav?ena teprve v?slovn?m dosa?en?m shody na v?ech jej?ch n?le?itostech.
- odes?latel tohoto emailu informuje, ?e nen? opr?vn?n uzav?rat za spole?nost ??dn? smlouvy s v?jimkou p??pad?, kdy k tomu byl p?semn? zmocn?n nebo p?semn? pov??en a takov? pov??en? nebo pln? moc byly adres?tovi tohoto emailu p??padn? osob?, kterou adres?t zastupuje, p?edlo?eny nebo jejich existence je adres?tovi ?i osob? j?m zastoupen? zn?m?.

This e-mail and any documents attached to it may be confidential and are intended only for its intended recipients.
If you received this e-mail by mistake, please immediately inform its sender. Delete the contents of this e-mail with all attachments and its copies from your system.
If you are not the intended recipient of this e-mail, you are not authorized to use, disseminate, copy or disclose this e-mail in any manner.
The sender of this e-mail shall not be liable for any possible damage caused by modifications of the e-mail or by delay with transfer of the email.

In case that this e-mail forms part of business dealings:
- the sender reserves the right to end negotiations about entering into a contract in any time, for any reason, and without stating any reasoning.
- if the e-mail contains an offer, the recipient is entitled to immediately accept such offer; The sender of this e-mail (offer) excludes any acceptance of the offer on the part of the recipient containing any amendment or variation.
- the sender insists on that the respective contract is concluded only upon an express mutual agreement on all its aspects.
- the sender of this e-mail informs that he/she is not authorized to enter into any contracts on behalf of the company except for cases in which he/she is expressly authorized to do so in writing, and such authorization or power of attorney is submitted to the recipient or the person represented by the recipient, or the existence of such authorization is known to the recipient of the person represented by the recipient.
1 day later
#
many thanks, It WORKS.

But

what If I want to add a condition that considered?Measure_id , if it is '1' ? rank reverse the probability and if it is ' 2 ' rank is ordered like probability??

Replying is highly appreciated?
Ragia
----------------------------------------