I know ad.test() can be used for testing normality.
Is it possible to get ad.test compare the distribution of two data?
x=readcsv("mydata.csv", header=T)
y=rgev(2000)
ad.test(x,y)
How can I do Anderson Darling statistic for goodness of fit of two data?