This page was generated by NetLogo 2.1.0. Questions, problems? Contact feedback@ccl.northwestern.edu.
The applet requires Java 1.4.1 or higher to run. It will not run on Windows 95 or Mac OS 8 or 9. Mac users must have OS X 10.2.6 or higher and use a browser that supports Java 1.4 applets (Safari works, IE does not). On other operating systems, you may obtain the latest Java plugin from Sun's Java site.
created with NetLogo
view/download model file: mudd.nlogo
WHAT IS IT?
-----------
This is an SIR model, that I modified from Holly's file, by adding a recovered state.
CREDITS AND REFERENCES
----------------------
http://www.computationalscience.org/workshops/summer05/webmaterials/netlogocode.txt
But I had to modify a few things:
"run" was defined, and that's a reserved word - changed that to run-me;
Replaced an "if" statement with an ifelse;
She'd also left out the [0 0] case to the neighbors (turtles can occupy the same position).