An extended replication of Abelson's and Bernstein's community referendum simulation

An extended replication of Abelson's and Bernstein's community referendum simulation (version 2.0.0)

This is an extended replication of Abelson’s and Bernstein’s early computer simulation model of community referendum controversies which was originally published in 1963 and often cited, but seldom analysed in detail. This replication is in NetLogo 6.3.0, accompanied with an ODD+D protocol and class and sequence diagrams.

This replication replaces the original scales for attitude position and interest in the referendum issue which were distributed between 0 and 1 with values that are initialised according to a normal distribution with mean 0 and variance 1 to make simulation results easier compatible with scales derived from empirical data collected in surveys such as the European Value Study which often are derived via factor analysis or principal component analysis from the answers to sets of questions.

Another difference is that this model is not only run for Abelson’s and Bernstein’s ten week referendum campaign but for an arbitrary time in order that one can find out whether the distributions of attitude position and interest in the (still one-dimensional) issue stabilise in the long run.

Release Notes

The model is written in NetLogo 6.3.0. The scale of the “interest-in-the-issue” and the “attitude-position” were changed from a uniform random initialisation between 0 and 1 to a random normal initialisation with mean 0 and variance 1. Some bugs were fixed, and the anonymous procedure feature of NetLogo 6 was applied.


This is a companion discussion topic for the original entry at https://www.comses.net/codebases/a1a0c5b7-f427-4f32-bd70-60c307b61697/releases/2.0.0/