Null Hypothesis Significance Testing

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Steps in Hypothesis Testing

  1. formulate research hypothesis

  2. set up the null hypothesis

  3. obtain the sampling distribution under the null hypothesis (choosing number of participants: past literature, power analysis)

  4. obtain data; calculate statistics

  5. given the sampling distribution, calculate the probability of obtaining a value that is as different as the one you have

  6. on the basis of probability, decide whether to reject or fail to reject the null hypothesis

2
New cards

When do you reject the null hypothesis

  • significance levels

  • conventional levels

  • the score that corresponds to alpha = critical value

    • if p < alpha, reject H0

    • if p > alpha, fail to reject H0

  • the smaller the alpha, the more conservative the test (we are more likely to conserve H0)

3
New cards

Directional hypothesis

  • indicates a direction (ex; time spent in class increases mind wandering)

  • use a one tailed test

4
New cards

Nondirectional hypothesis

  • does not indicate a direction (ex; time spent in class could increase or decrease mind wandering)

  • use a two tailed test

5
New cards

Type I Error

  • your test is significant (p < .05), so you reject the null hypothesis, but the null hypothesis is actually true

6
New cards

Type II Error

  • your test is not significant (p > .05), you don’t reject the null hypothesis but you should have because it’s false

7
New cards

True or False — A significant result means the effect is important

  • False

    • just because it is statistically significant does not mean it is actually significant in the real world

8
New cards

True or False — A non-significant result means that the null hypothesis is true

  • False

    • tells us only that the effect is not big enough to be found with the sample size we had

    • fail to reject the null — doesn’t mean the effect is not there, just means you didn’t find it

9
New cards

True or False — a significant result means that the null hypothesis is false

  • False

    • not a distinct yes or no, probabilistic reasoning — only 95% confident

10
New cards

True or False — The p-value gives you the effect size

  • false

    • we need to do some further calculations to find effect

11
New cards

True or False — The population parameter (μ) will always be within a 95% confidence interval of the sample mean

  • false

    • it’s an estimate

12
New cards

True or False — The sample statistic (M) will always be within a 95% confidence interval of the mean

  • True

    • we calculate the confidence interval based on the sample mean so it is always right in the middle

13
New cards

Trends to Circumvent Problems with NHST

  • effect size calculations — standardized so we can compare

  • confidence intervals

14
New cards

Outcome = __________

(model) + error

  • outcome — dependent variable

  • model — independent variables

15
New cards

B1

Slope

  • increase in y for every increase in x

16
New cards

B0

y-intercept

  • y when x is 0

17
New cards

Parameter Estimates

  • different samples drawn from the same population will likely yield different values for the mean

18
New cards

Sampling Error

  • the difference between my sample and the population value

19
New cards

Sampling error formula

20
New cards

Interval Estimates using σ

  • 95% confidence interval

    • lower limit: M + [z(critical)σM]

    • upper limit: M + [z(critical)σM]

21
New cards

Standard Error of the Sampling Distribution of Means

  • used when we don’t know σ

22
New cards

Standard Error of the Sampling Distribution of Means Formula

23
New cards

Interval Estimates without σ

  • 95% confidence interval

    • lower limit: M + [t(critical)SEM]

    • upper limit: M + [t(critical)SEM]

24
New cards

z scores vs. t scores

  • z scores

    • σ is known

    • large sample sizes

  • t scores

    • σ is not known (we introduce more error with SEM when σ is not known and t corrects for this)

    • small sample sizes

25
New cards

t critical

  • t[critical] = t(n-1)

26
New cards

t critical table

  • degrees of freedom = n-1

    • then find percentage