An agent-based model of community joining
Jeremy Foote
Northwestern University
Benjamin Mako Hill
University of Washington
Nate TeBlunthuis
University of Washington
---
# Appendix
---
### Utility
* Participation benefits (PB)
* $PB = log(S + 1)$
* Early adopter benefits (EA)
* $EA = log(S + 1)/log(i + 1)$
* Cost = $X$
* $U = PB + EA - C$
---
# Learning model:
\begin{align}
log(growth) &=\beta_0 + \beta_1 \times S_j + \beta_2 \times A_j \\\
&+ \beta_3 \times (A_c - A_j) + \beta_4 \times S_c
\end{align}
* $S_c$ = current size, $A_j$ = age when joined
* Predicted growth after 6 months
---
# All models