lee(x, y, listw, n, S2, zero.policy=attr(listw,"zero.policy"), NAOK=FALSE)
Arguments
x: a numeric vector the same length as the neighbours list in listw
y: a numeric vector the same length as the neighbours list in listw
listw: a listw object created for example by nb2listw
n: number of zones
S2: Sum of squared sum of weights by rows.
zero.policy: default attr(listw, "zero.policy") as set when listw was created, if attribute not set, use global option value; if TRUE assign zero to the lagged value of zones without neighbours, if FALSE assign NA
NAOK: if 'TRUE' then any 'NA' or 'NaN' or 'Inf' values in x are passed on to the foreign function. If 'FALSE', the presence of 'NA' or 'NaN' or 'Inf' values is regarded as an error.
Returns
a list of - L: Lee's L statistic
local L: Lee's local L statistic
References
Lee (2001). Developing a bivariate spatial association measure: An integration of Pearson's r and Moran's I. J Geograph Syst 3: 369-385