pplac | R Documentation |
This function computes the distribution function of the Plackett copula with parameter par>0.
pplac(data, rotation = 0, par)
data |
Matrix (x,y) of size n x 2 |
rotation |
Rotation: 0 (default value), 90, 180, or 270. |
par |
Copula parameter >0 |
cdf |
Value of cdf |
pplac(c(0.5,0.8),270,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.