pathawards3 | R Documentation |
This function returns the graphical representation of the path of awards of any rule for a claims vector and three claimants.
pathawards3(d, claimants, Rule, col = "red", points = 300)
d |
The vector of claims. |
claimants |
Three claimants. |
Rule |
The rule: AA, APRO, CE, CEA, CEL, DT, MO, PIN, PRO, RA, Talmud. |
col |
The colour of the path, by default, col="red". |
points |
The number of values of the endowment to draw the path. |
Let d, with d≥ 0, be a vector of claims and denote D=∑ di the sum of claims.
The path of awards of a rule R for three claimants i, j, and k is the parametric curve:
p(E)={(Ri(E,d),Rj(E,d),Rk(E,d)): 0≤ E ≤ D}.
The graphical representation of the path of awards of a rule for the given claims and three claimants.
pathawards, schedrule, schedrules, verticalruleplot
d=c(2,4,7,8) claimants=c(1,3,4) Rule=Talmud pathawards3(d,claimants,Rule)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.