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