data(cdfqrExampleData)
fit <- cdfquantreg(crc99 ~ vert | confl, 't2', 't2', data = JurorData)
#It takes some time especially the data is large.
influcne <- influence(fit)
plot(influcne[,2])
if (FALSE) {
# Same as influence(fit)
dfbetval <- dfbetas(fit)
}
Run the code above in your browser using DataLab