You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 8$\begingroup$ Although this is what I also usually cite (+1), I am not sure whether or not one needs to revise this recommendation by one decimal place, given the recent recommendation of Valen Johnson in PNAS: "Make 0.005 the default level of significance [...]. Associate highly significant test results with P values that are less than 0.001." $\endgroup$Henrik– Henrik2013-12-07 14:28:43 +00:00Commented Dec 7, 2013 at 14:28
- 3$\begingroup$ Good answer. There's no style guides and no real standards in my fields, at least not for p-values. I do interdisciplinary work but I guess computer science and HCI would be the field for this. I think APA style would be where authors would turn, since the methods are generally borrowed from cognitive psych or other areas that the APA would cover. $\endgroup$paul– paul2013-12-07 20:04:46 +00:00Commented Dec 7, 2013 at 20:04
- 14$\begingroup$ Particle physics uses a $5\sigma$ rule (you might have seen it in the news with the confirmation of the Higgs boson), which blows way past this limit (being smaller even than $p < 10^{-6}$). Standards differ by area! $\endgroup$Glen_b– Glen_b2014-05-20 04:51:25 +00:00Commented May 20, 2014 at 4:51
- 2$\begingroup$ @Glen_b: Good point about $5\sigma$ in particle physics, but I guess what you wrote in your answer about sensitivity to assumptions etc. explains (or is at least part of the reason) why they report sigmas (i.e. basically $z$-statistic) instead of $p$-values. Once the $p$-value is below $0.0001$ or something (my usual advice is to report as many zeroes as one feels comfortable to print without switching to exponential notation), it's probably more meaningful to look at $z$-value than at $p$-value. $\endgroup$amoeba– amoeba2017-02-12 10:00:41 +00:00Commented Feb 12, 2017 at 10:00
- 2$\begingroup$ This is an awful recommendation. Any serious research field should be able to prove their hypothesis with p-values way under 0.001. This may be saying more about psichology than about p-values $\endgroup$David– David2019-06-19 13:35:04 +00:00Commented Jun 19, 2019 at 13:35
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-r