MicheleNuijten / statcheck

A spellchecker for statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

count p < .000 as correct if pZeroError == FALSE

MicheleNuijten opened this issue · comments

it seems as if p < .000 is always counted as an error, even when pZeroError == FALSE. This doesn't happen for p = .000.

after thought: in the tests I wrote down that p < .000 is always an Error. Have to think about how strict i want to be here.

not doing this; there is a good reason that p < .000 is always counted as an error.