links_cop | R Documentation |
List of link functions for copuulas
links_cop(family)
family |
either the name of the family or its integer representative |
This function returns the default link function for each possible copula. These are given in the table:
value | family | link | link name |
1 | gaussian | logit((1+rho)/2) | logit2 |
2 | t | logit((1+rho)/2) | logit2 |
3 | Clayton | log(1+theta) | log1p |
4 | Gumbel | log(theta - 1) | log1m |
5 | Frank | logit(1 + theta) | log1p |
6 | Joe | identity | identity |
11 | FGM | logit((1+rho)/2) | logit2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.