View source: R/uvpot-gen-anova.R
anova.uvpot | R Documentation |
Computes analysis of deviance for “uvpot” object
## S3 method for class 'uvpot'
anova(object, object2, ...)
object , object2 |
Two objects of class “uvpot”, most often return of the
|
... |
Other options to be passed to the |
This function returns an object of class anova. These objects represent analysis-of-deviance tables.
Mathieu Ribatet
anova
, anova.bvpot
x <- rgpd(1000, 0, 1, -0.15)
M0 <- fitgpd(x, 0, shape = -0.15)
M1 <- fitgpd(x, 0)
anova(M0, M1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.