Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-g committed Dec 6, 2015
2 parents 6ef0c34 + bbc1d79 commit d88fad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
25 changes: 2 additions & 23 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,6 @@ knitr::opts_chunk$set(
)
```

This is code for an ABM of a climate prediction market
in which traders adapt their belief about the climate based
on the monetary performance of their neighboring traders in
a social network. The ABM is meant to test whether climate
prediction markets foster the convergence of people’s beliefs
about the climate. The model will be used to
assess whether such convergence is impacted by factors such
as the initial belief-homophily in the social network or the
time horizon at which climate securities are realized.
This is code for an agent-based model (ABM) of a climate prediction market in which traders adapt their belief about the climate based on the monetary performance of their neighboring traders in a social network. The ABM is meant to test whether climate prediction markets foster the convergence of people’s beliefs about the climate.

[John J. Nay](https://johnnay.github.io) (School of Engineering, Vanderbilt University)
and [Martin Van der Linden](https://martinvdlinden.wordpress.com/) (Dept. of Economics, Vanderbilt University).


Master is the main script that sources everything else.
```{r, eval=FALSE, include=TRUE}
source("master.R")
````
Here is a snapshot of the model's network of agents at an intialization:
![alt text](figures/network.png)
The colors of the nodes correspond to different beliefs about the climate.
[John J. Nay](http://johnjnay.com/) (School of Engineering, Vanderbilt University), [Martin Van der Linden](https://martinvdlinden.wordpress.com/) (Economics, Vanderbilt University), and [Jonathan M. Gilligan](https://my.vanderbilt.edu/jonathangilligan/) (Earth and Environmental Sciences, Vanderbilt University).
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
This is code for an ABM of a climate prediction market in which traders adapt their belief about the climate based on the monetary performance of their neighboring traders in a social network. The ABM is meant to test whether climate prediction markets foster the convergence of people’s beliefs about the climate. The model will be used to assess whether such convergence is impacted by factors such as the initial belief-homophily in the social network or the time horizon at which climate securities are realized.
This is code for an agent-based model (ABM) of a climate prediction market in which traders adapt their belief about the climate based on the monetary performance of their neighboring traders in a social network. The ABM is meant to test whether climate prediction markets foster the convergence of people’s beliefs about the climate.

[John J. Nay](https://johnnay.github.io) (School of Engineering, Vanderbilt University) and [Martin Van der Linden](https://martinvdlinden.wordpress.com/) (Dept. of Economics, Vanderbilt University).

Master is the main script that sources everything else.

``` r
source("master.R")
```

Here is a snapshot of the model's network of agents at an intialization:

![alt text](figures/network.png)

The colors of the nodes correspond to different beliefs about the climate
[John J. Nay](http://johnjnay.com/) (School of Engineering, Vanderbilt University), [Martin Van der Linden](https://martinvdlinden.wordpress.com/) (Economics, Vanderbilt University), and [Jonathan M. Gilligan](https://my.vanderbilt.edu/jonathangilligan/) (Earth and Environmental Sciences, Vanderbilt University).

0 comments on commit d88fad9

Please sign in to comment.