Description Usage Arguments Value References See Also Examples
This function compute different types of residuals to the fitted geographically weighted elliptical regression model.
1 2 3 4 5 6 |
object |
an object with the result of the fitted geographically weighted elliptical regression model. |
type |
a character string that indicates the type of residuals. If is |
... |
arguments to be used to form the default control argument if it is not supplied directly. |
Residuals of the specific type
extracted from the object
.
Brunsdon, C., Fotheringham, A. S. and Charlton, M. E. (1996). Geographically weighted regression: a method for exploring spatial nonstationarity. Geographical analysis, 28(4), 281-298. doi: 10.1111/j.1538-4632.1996.tb00936.x
Galea, M., Paula, G. A., and Cysneiros, F. J. A. (2005). On diagnostics in symmetrical nonlinear models. Statistics & Probability Letters, 73(4), 459-467. doi: 10.1016/j.spl.2005.04.033
residuals
, gwer
, family.elliptical
1 2 3 4 5 6 7 8 | data(georgia, package = "spgwr")
fit.formula <- PctBach ~ TotPop90 + PctRural + PctFB + PctPov
gwer.bw.t <- bw.gwer(fit.formula, data = gSRDF, family = Student(3), adapt = TRUE)
gwer.fit.t <- gwer(fit.formula, data = gSRDF, family = Student(3), bandwidth = gwer.bw.t,
adapt = TRUE, parplot = FALSE, hatmatrix = TRUE, spdisp = TRUE,
method = "gwer.fit")
summary(gwer.fit.t)
residuals(gwer.fit.t, type = "stand")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.