chi(data, nq = 100, qlim = NULL, alpha = 0.05, trunc = TRUE)
## S3 method for class 'chi':
print(x, ...)
## S3 method for class 'chi':
summary(object, digits=3, ...)
## S3 method for class 'chi':
plot(x, which=1:2, lty=1, cilty=2, col=1, spcases=FALSE,
cicol=1, xlim=c(0, 1), ylim1=c(-1, 1), ylim2=c(-1, 1),
main1="Chi", main2="Chi Bar", xlab="Quantile",
ylab1=expression(chi),
ylab2=expression(bar(chi)),
ask=nb.fig < length(which) && dev.interactive(), ...)alpha = 0.05.trunc = TRUE.chi.which = 1:2.FALSE.chi containing the following.chiplot function in the evd package.MCS, rankD <- liver[liver$dose == "D",]
chiD <- chi(D[, 5:6])
plot(chiD)Run the code above in your browser using DataLab