Skip to content

Instantly share code, notes, and snippets.

@mick001
Created March 27, 2016 21:35
Show Gist options
  • Save mick001/3d1de7426338c3b85d38 to your computer and use it in GitHub Desktop.
Save mick001/3d1de7426338c3b85d38 to your computer and use it in GitHub Desktop.
How to fit a copula model in R [heavily revised]. Part 2: fitting the copula. Full article at
# Measure association using Kendall's Tau
cor(mydata, method = "kendall")
## x y
## x 1.0000000 0.4212052
## y 0.4212052 1.0000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment