Analysis of Deviance for Spatial Logistic Regression Models
Performs Analysis of Deviance for two or more fitted Spatial Logistic Regression models.
## S3 method for class 'slrm' anova(object, ..., test = NULL)
object |
a fitted spatial logistic regression model.
An object of class |
... |
additional objects of the same type (optional). |
test |
a character string, (partially) matching one of
|
The output shows the deviance differences (i.e. 2 times log
likelihood ratio), the difference in degrees of freedom, and (if
test="Chi"
) the two-sided p-values for the chi-squared tests.
Their interpretation is very similar to that
in anova.glm
.
An object of class "anova"
, inheriting from
class "data.frame"
, representing the analysis of deviance table.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au adrian@maths.uwa.edu.au
and Rolf Turner r.turner@auckland.ac.nz
X <- rpoispp(42) fit0 <- slrm(X ~ 1) fit1 <- slrm(X ~ x+y) anova(fit0, fit1, test="Chi")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.