Skip to content

Commit

Permalink
Remove dead contingency table code.
Browse files Browse the repository at this point in the history
This was dead code because I reimplemented contingency tables
in a better way.
  • Loading branch information
RobbieMcKinstry committed Oct 24, 2024
1 parent 8e07a98 commit add9672
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/stats/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,3 @@ pub enum Group {

/// contains the engine to calculate the chi square test statistic.
mod chi;
/// contains implementations of contingency tables.
mod table;
6 changes: 0 additions & 6 deletions src/stats/table.rs

This file was deleted.

0 comments on commit add9672

Please sign in to comment.