Open mzettersten opened 2 years ago
There are a couple of slight inconsistencies in how proportion target looking is computed in the two use-case examples in the BRM paper. Specifically:
mean()
sum()
NA
I think this should make no difference to the actual values that are computed. But it would probably be good to make this consistent.
I made an edit here to make these computations in the two use-cases consistent (e68b0b9216099600705f6eb7a2d2cca1da9fd6b9). Resulting plots look identical. Leaving this open to make sure we check in about this.
There are a couple of slight inconsistencies in how proportion target looking is computed in the two use-case examples in the BRM paper. Specifically:
mean()
vs.sum()
NA
is removed in computing the denominatorI think this should make no difference to the actual values that are computed. But it would probably be good to make this consistent.