# NOT RUN {
data(nydf)
coords = with(nydf, cbind(longitude, latitude))
out = elliptic.test(coords = coords,
cases = floor(nydf$cases),
pop = nydf$pop, ubpop = 0.1,
nsim = 2,
alpha = 0.12,
shape = 1.5, nangle = 4)
# }
Run the code above in your browser using DataLab