Anova Tables: Univariate Case
Computes analysis of deviance for “uvpot” object
## S3 method for class 'uvpot' anova(object, object2, ...)
This function returns an object of class anova. These objects represent analysis-of-deviance tables.
Mathieu Ribatet
x <- rgpd(1000, 0, 1, -0.15) M0 <- fitgpd(x, 0, shape = -0.15) M1 <- fitgpd(x, 0) anova(M0, M1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.