aple.mc {spdep} | R Documentation |
A permutation bootstrap test for the approximate profile-likelihood estimator (APLE).
aple.mc(x, listw, nsim)
x |
a zero-mean detrended continuous variable |
listw |
a listw object from for example nb2listw |
nsim |
number of simulations |
A boot
object as reurned by the boot
function.
Roger Bivand Roger.Bivand@nhh.no
Li, H, Calder, C. A. and Cressie N. A. C. (2007) Beyond Moran's I: testing for spatial dependence based on the spatial autoregressive model. Geographical Analysis 39, 357-375.
example(aple) boot_out <- aple.mc(scale(wheat$yield_detrend, scale=FALSE), nb2listw(nbr12, style="W"), nsim=500) plot(boot_out) boot_out