Displaying 1 result from an estimated 1 matches for "dailyvstoxx".
2013 Jun 20
0
how to run copula-based quantile regression
...a for
my dissertation.
I 've read the documentation of "copula" and "copBasic". However, I still
have difficulty to deal with my data.
Details are as following:
I've already loaded xls data into r using "XLConnect" package.
excel.file<-file.path("Q:/dailyvstoxx.xls")
dailyvstoxx<-readWorksheetFromFile(excel.file, sheet=1)
Then, I've loaded "copBasic"package.
According to the example 'qua.regressCOP' in the documentation "copBasic":
theta <- 10
R <- qua.regressCOP(cop=PLACKETTcop, para=c(theta))
I have t...