Displaying 1 result from an estimated 1 matches for "hitrateerror".
2010 Sep 15
0
A question on modelling binary response data using factors
...to compare individual rates against the overall rate, and look at
difference across pooled rate for each factor
Doing hand calculations, it is possible to calculate the individual hit
rates, the overall hit rate of the pool, and the standard errors on these
using hitrate = hits/(hits+misses) and hitrateerror =
sqrt((hits+misses)*(hits/(hits+misses))*(misses/(hits+misses)))/(hits+misses)
Again doing hand calculations, it is possible to extract the influence of
each variant of each factor, by producing a "pool" and comparing the
influence
of each variant to the pool. For the overall pool, t...