Skip to content

Commit

Permalink
Per #2887, fix bug if computation of far()
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 3, 2024
1 parent dacd1d2 commit a5403e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcode/vx_statistics/contable_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ double TTContingencyTable::pofd_ci(double alpha,
////////////////////////////////////////////////////////////////////////

double TTContingencyTable::far() const {
return compute_proportion(fy_oy(), fy());
return compute_proportion(fy_on(), fy());
}

////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit a5403e2

Please sign in to comment.