What is the interpretation of the p-value of 2.2e-16? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)Interpreting p-value < 2.2e-16 in RSanity check: how low can a p-value go?Statistical comparison of two means with a range not starting at 0Is the exact value of a 'p-value' meaningless?What does p-value mean in R?Interpretation of ur.df - “p-value”?What test should I use for two groups of different number of measurements and low number of samples?Getting a P value of 1 when medians/means are different (Wilcoxon rank sum test)How to interpret Wilcoxon test for small difference in location?wilcox.test R questionAn issue with computing the Wilcoxon test using R
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
Why light coming from distant stars is not discreet?
Echoing a tail command produces unexpected output?
Storing hydrofluoric acid before the invention of plastics
How to call a function with default parameter through a pointer to function that is the return of another function?
Seeking colloquialism for “just because”
Why is my conclusion inconsistent with the van't Hoff equation?
Why did the IBM 650 use bi-quinary?
Using audio cues to encourage good posture
The logistics of corpse disposal
What is Wonderstone and are there any references to it pre-1982?
Using et al. for a last / senior author rather than for a first author
List of Python versions
porting install scripts : can rpm replace apt?
Dating a Former Employee
What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?
Error "illegal generic type for instanceof" when using local classes
What is the role of the transistor and diode in a soft start circuit?
Do I really need recursive chmod to restrict access to a folder?
Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?
How do pianists reach extremely loud dynamics?
What's the purpose of writing one's academic biography in the third person?
What does this icon in iOS Stardew Valley mean?
What's the meaning of 間時肆拾貳 at a car parking sign
What is the interpretation of the p-value of 2.2e-16?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)Interpreting p-value < 2.2e-16 in RSanity check: how low can a p-value go?Statistical comparison of two means with a range not starting at 0Is the exact value of a 'p-value' meaningless?What does p-value mean in R?Interpretation of ur.df - “p-value”?What test should I use for two groups of different number of measurements and low number of samples?Getting a P value of 1 when medians/means are different (Wilcoxon rank sum test)How to interpret Wilcoxon test for small difference in location?wilcox.test R questionAn issue with computing the Wilcoxon test using R
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I am a beginner in using Wilcoxon test to get the p-value. After applying the test to my data, I got the p-value < 2.2e-16. Does that mean that the samples I have are significantly different from each other? I am suspicious of such a result. I have looked at other related questions (such as this question) but I didn't really understand what this value means.
Can someone please explain?
r p-value wilcoxon-mann-whitney
$endgroup$
add a comment |
$begingroup$
I am a beginner in using Wilcoxon test to get the p-value. After applying the test to my data, I got the p-value < 2.2e-16. Does that mean that the samples I have are significantly different from each other? I am suspicious of such a result. I have looked at other related questions (such as this question) but I didn't really understand what this value means.
Can someone please explain?
r p-value wilcoxon-mann-whitney
$endgroup$
2
$begingroup$
Possible duplicate of How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)
$endgroup$
– corey979
11 hours ago
$begingroup$
Depending on your field, this might commonly be reported as p < 0.001.
$endgroup$
– APH
9 hours ago
add a comment |
$begingroup$
I am a beginner in using Wilcoxon test to get the p-value. After applying the test to my data, I got the p-value < 2.2e-16. Does that mean that the samples I have are significantly different from each other? I am suspicious of such a result. I have looked at other related questions (such as this question) but I didn't really understand what this value means.
Can someone please explain?
r p-value wilcoxon-mann-whitney
$endgroup$
I am a beginner in using Wilcoxon test to get the p-value. After applying the test to my data, I got the p-value < 2.2e-16. Does that mean that the samples I have are significantly different from each other? I am suspicious of such a result. I have looked at other related questions (such as this question) but I didn't really understand what this value means.
Can someone please explain?
r p-value wilcoxon-mann-whitney
r p-value wilcoxon-mann-whitney
edited 13 hours ago
Nick Cox
39.4k588132
39.4k588132
asked 15 hours ago
Adam AminAdam Amin
1213
1213
2
$begingroup$
Possible duplicate of How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)
$endgroup$
– corey979
11 hours ago
$begingroup$
Depending on your field, this might commonly be reported as p < 0.001.
$endgroup$
– APH
9 hours ago
add a comment |
2
$begingroup$
Possible duplicate of How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)
$endgroup$
– corey979
11 hours ago
$begingroup$
Depending on your field, this might commonly be reported as p < 0.001.
$endgroup$
– APH
9 hours ago
2
2
$begingroup$
Possible duplicate of How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)
$endgroup$
– corey979
11 hours ago
$begingroup$
Possible duplicate of How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)
$endgroup$
– corey979
11 hours ago
$begingroup$
Depending on your field, this might commonly be reported as p < 0.001.
$endgroup$
– APH
9 hours ago
$begingroup$
Depending on your field, this might commonly be reported as p < 0.001.
$endgroup$
– APH
9 hours ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
2.2e-16 is the scientific notation of 0.00000000000000022, meaning it is very close to zero. Your statistical software probably uses this notation automatically for very small numbers. You may be able to change this in the settings.
The notation alone is no reason to be suspicious. The result itself might be, but you will have to be the judge of that.
< 2.2e-16 as the p value would indicate a significant result, meaning that the actual p value is even smaller than 2.2e-16 (a typical threshold is 0.05, anything smaller counts as statistically significant).
New contributor
$endgroup$
add a comment |
$begingroup$
Adding to Morphist's answer (+1 to Morphist), I would be suspicious of this if:
N was small
The difference was expected to be small
Other studies find small differences.
and so on.
I would make a density plot of the values in each of the groups and see if they look really different.
$endgroup$
add a comment |
$begingroup$
You will reject your null hypothesis in this situation as the p < 0.01. If you are comparing difference with respect to some variable in two groups, then it means both groups have significance differences in the mean values of that variable.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "65"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f403343%2fwhat-is-the-interpretation-of-the-p-value-of-2-2e-16%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
2.2e-16 is the scientific notation of 0.00000000000000022, meaning it is very close to zero. Your statistical software probably uses this notation automatically for very small numbers. You may be able to change this in the settings.
The notation alone is no reason to be suspicious. The result itself might be, but you will have to be the judge of that.
< 2.2e-16 as the p value would indicate a significant result, meaning that the actual p value is even smaller than 2.2e-16 (a typical threshold is 0.05, anything smaller counts as statistically significant).
New contributor
$endgroup$
add a comment |
$begingroup$
2.2e-16 is the scientific notation of 0.00000000000000022, meaning it is very close to zero. Your statistical software probably uses this notation automatically for very small numbers. You may be able to change this in the settings.
The notation alone is no reason to be suspicious. The result itself might be, but you will have to be the judge of that.
< 2.2e-16 as the p value would indicate a significant result, meaning that the actual p value is even smaller than 2.2e-16 (a typical threshold is 0.05, anything smaller counts as statistically significant).
New contributor
$endgroup$
add a comment |
$begingroup$
2.2e-16 is the scientific notation of 0.00000000000000022, meaning it is very close to zero. Your statistical software probably uses this notation automatically for very small numbers. You may be able to change this in the settings.
The notation alone is no reason to be suspicious. The result itself might be, but you will have to be the judge of that.
< 2.2e-16 as the p value would indicate a significant result, meaning that the actual p value is even smaller than 2.2e-16 (a typical threshold is 0.05, anything smaller counts as statistically significant).
New contributor
$endgroup$
2.2e-16 is the scientific notation of 0.00000000000000022, meaning it is very close to zero. Your statistical software probably uses this notation automatically for very small numbers. You may be able to change this in the settings.
The notation alone is no reason to be suspicious. The result itself might be, but you will have to be the judge of that.
< 2.2e-16 as the p value would indicate a significant result, meaning that the actual p value is even smaller than 2.2e-16 (a typical threshold is 0.05, anything smaller counts as statistically significant).
New contributor
New contributor
answered 13 hours ago
morphistmorphist
1061
1061
New contributor
New contributor
add a comment |
add a comment |
$begingroup$
Adding to Morphist's answer (+1 to Morphist), I would be suspicious of this if:
N was small
The difference was expected to be small
Other studies find small differences.
and so on.
I would make a density plot of the values in each of the groups and see if they look really different.
$endgroup$
add a comment |
$begingroup$
Adding to Morphist's answer (+1 to Morphist), I would be suspicious of this if:
N was small
The difference was expected to be small
Other studies find small differences.
and so on.
I would make a density plot of the values in each of the groups and see if they look really different.
$endgroup$
add a comment |
$begingroup$
Adding to Morphist's answer (+1 to Morphist), I would be suspicious of this if:
N was small
The difference was expected to be small
Other studies find small differences.
and so on.
I would make a density plot of the values in each of the groups and see if they look really different.
$endgroup$
Adding to Morphist's answer (+1 to Morphist), I would be suspicious of this if:
N was small
The difference was expected to be small
Other studies find small differences.
and so on.
I would make a density plot of the values in each of the groups and see if they look really different.
edited 7 hours ago
Sycorax
42.7k12112207
42.7k12112207
answered 7 hours ago
Peter Flom♦Peter Flom
77.6k12110219
77.6k12110219
add a comment |
add a comment |
$begingroup$
You will reject your null hypothesis in this situation as the p < 0.01. If you are comparing difference with respect to some variable in two groups, then it means both groups have significance differences in the mean values of that variable.
$endgroup$
add a comment |
$begingroup$
You will reject your null hypothesis in this situation as the p < 0.01. If you are comparing difference with respect to some variable in two groups, then it means both groups have significance differences in the mean values of that variable.
$endgroup$
add a comment |
$begingroup$
You will reject your null hypothesis in this situation as the p < 0.01. If you are comparing difference with respect to some variable in two groups, then it means both groups have significance differences in the mean values of that variable.
$endgroup$
You will reject your null hypothesis in this situation as the p < 0.01. If you are comparing difference with respect to some variable in two groups, then it means both groups have significance differences in the mean values of that variable.
answered 7 hours ago
Ahmed ArifAhmed Arif
1314
1314
add a comment |
add a comment |
Thanks for contributing an answer to Cross Validated!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f403343%2fwhat-is-the-interpretation-of-the-p-value-of-2-2e-16%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-p-value, r, wilcoxon-mann-whitney
2
$begingroup$
Possible duplicate of How should tiny $p$-values be reported? (and why does R put a minimum on 2.22e-16?)
$endgroup$
– corey979
11 hours ago
$begingroup$
Depending on your field, this might commonly be reported as p < 0.001.
$endgroup$
– APH
9 hours ago