powered by
Computes analysis of deviance for ``uvpot'' object
# S3 method for uvpot anova(object, object2, ...)
This function returns an object of class anova. These objects represent analysis-of-deviance tables.
Two objects of class ``uvpot'', most often return of the fitgpd function.
fitgpd
Other options to be passed to the anova function.
anova
Mathieu Ribatet
anova, anova.bvpot
anova.bvpot
x <- rgpd(1000, 0, 1, -0.15) M0 <- fitgpd(x, 0, shape = -0.15) M1 <- fitgpd(x, 0) anova(M0, M1)
Run the code above in your browser using DataLab