This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
summary : | |
odds比を計算 | |
detail : | |
与えられた群Aと、(全体-群A)との発生率との比を計算 | |
args : | |
total --全体の数 | |
incidence --全体の発生数 | |
a_total --群Aの全体数 | |
a_incidence --群Aの発生数 |