Significance of P-value in statistical data

0 votes
Hi!!

I want to know the significance of the P-value in the statistical data.

Can someone tell me in simple terms
Aug 7, 2018 in Data Analytics by Sahiti
• 6,370 points
1,107 views

2 answers to this question.

0 votes

The P-value is used to determine the significance of results after a hypothesis test in statistics. 

So, basically, the P-value helps the readers to draw conclusions and is always between 0 and 1.

  •  P- Value > 0.05 denotes weak evidence against the null hypothesis which means the null hypothesis cannot be rejected.
  •  P-value <= 0.05 denotes strong evidence against the null hypothesis which means the null hypothesis can be rejected.
  •  P-value=0.05is the marginal value indicating it is possible to go either way.
answered Aug 7, 2018 by CodingByHeart77
• 3,740 points
0 votes

Refer the following points explaining the significance of p_value:

  • Deciding on a criterion for accepting or rejecting the null hypothesis
  • Refers to the percentage of sample means that is outside certain prescribed limits
  • Higher the level of significance, higher is the probability of rejecting the null hypothesis when it is true

for example: Consider testing a hypothesis at 5% level of significance:

  • Reject the null hypothesis if it falls in the two regions of area 0.025
  • Do not reject the null hypothesis if it falls within the region of area 0.95
answered Aug 10, 2018 by Atul
• 180 points

Related Questions In Data Analytics

+1 vote
3 answers

How to change the value of a variable using R programming in a data frame?

Try this: df$symbol <- as.character(df$symbol) df$symbol[df$sym ...READ MORE

answered Jan 11, 2019 in Data Analytics by Tyrion anex
• 8,700 points
35,261 views
0 votes
1 answer
0 votes
2 answers

How to subset rows containing NA in a chosen column of a data frame?

You can give this a try. subset(dataframe, is.na(dataframe$col2)) ...READ MORE

answered Aug 21, 2019 in Data Analytics by anonymous
• 33,030 points
9,851 views
0 votes
1 answer

How to drop rows of Pandas DataFrame whose value in certain coulmns is NaN

Hi@DataKing99, You can create one function according to ...READ MORE

answered May 7, 2018 in Data Analytics by DeepCoder786
• 1,720 points

edited Jun 9, 2020 by MD 1,482 views
0 votes
2 answers

What is difference between Distributed search head and Search head cluster?

 A distributed environment describes the separation of ...READ MORE

answered Dec 4, 2018 in Data Analytics by Ali
• 11,360 points
2,096 views
0 votes
2 answers

"Train" and "Test" sets in Data Science

Normally to perform supervised learning you need ...READ MORE

answered Aug 3, 2018 in Data Analytics by Abhi
• 3,720 points
986 views
0 votes
2 answers

Installing MXNet for R in Windows System

You can install it for python in ...READ MORE

answered Dec 4, 2018 in Data Analytics by Kalgi
• 52,360 points
1,916 views
+2 votes
3 answers

Problem with installation of Wordcloud in anaconda

Using Anaconda Python 3.6 version For Windows ...READ MORE

answered Aug 7, 2018 in Data Analytics by Priyaj
• 58,090 points
18,072 views
0 votes
1 answer

How to create dummy variables based on a categorical variable of lists in R?

You can use mtabulate in the following way: library(qdapTools) cbind(data[1], ...READ MORE

answered Apr 13, 2018 in Data Analytics by CodingByHeart77
• 3,740 points
2,324 views
0 votes
1 answer

Reshape data from long to wide format in R

Use reshape function: reshape(dat1, idvar = "name", timevar = ...READ MORE

answered Jun 14, 2018 in Data Analytics by CodingByHeart77
• 3,740 points
2,548 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP