Nothing
whittermore.stat<-function(data, listw, zero.policy=FALSE)
{
n<-length(data$Observed)
r<-scale(data$Observed, center=FALSE, scale=sum(data$Observed) )
T<-lag.listw(listw, r, zero.policy = zero.policy)
T<-(n/(n-1))*(t(r)%*%T)
return(T)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.