Update phase/compute.py
Browse files- phase/compute.py +1 -1
phase/compute.py
CHANGED
|
@@ -30,7 +30,7 @@ class ParticipationAdoptionIndex:
|
|
| 30 |
|
| 31 |
# absolute counts
|
| 32 |
spi_a_abs = self.target_population - self.num_participants
|
| 33 |
-
spi_b_abs = self.
|
| 34 |
|
| 35 |
# ----- 'Participation Dynamics' components -----
|
| 36 |
pcr = self.num_participants / self.target_population
|
|
|
|
| 30 |
|
| 31 |
# absolute counts
|
| 32 |
spi_a_abs = self.target_population - self.num_participants
|
| 33 |
+
spi_b_abs = self.num_participants - self.feedback_volume
|
| 34 |
|
| 35 |
# ----- 'Participation Dynamics' components -----
|
| 36 |
pcr = self.num_participants / self.target_population
|