8.1 Hypothesis Testing One Sample

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

1/16

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.

17 Terms

1
New cards

Steps for Hypothesis testing for Proportion

  1. Assumptions

  2. Stating Hypothesis

  3. Test Statistic

  4. Calculate P Value

  5. Conclusion

2
New cards

Assumptions

Check what assumptions are needed for each specific significnace test

3
New cards

Hypothesis

Statement about a population, claiming that a parameter takes a particular numerical value or falls in a certain range of values

4
New cards

Null Hypothsis

Specifies a single value

Usually represents no effect

5
New cards

Alternative Hyphothesis

Specify a range of values

Usually represent some type of effect

6
New cards

Test’s Side

Not Equal = Both Sides

Larger = Right Sided

Smaller = Left Sided

7
New cards

Test Statistic

Describe how far the point estimate falls from the parameter value in the null hypothesis, measured by number of standard errors

8
New cards

P Value

Probability to receive the value equal to the test statistic or more extreme, given H0 is true.

If P value is small, H0 may be false or the sample is not representative of the population

9
New cards

Significant Level (\alpha)

If p value is <= \alpha reject H0, others H0 is true.

10
New cards

Propotion Assumptions

  • Variable measured is Categorical

  • Data obtained using randomization

  • np0(1-p0) >= 5

11
New cards

Proportion Test Statistics

knowt flashcard image
12
New cards

Mean Assumption

  • Variable measured is quantitative

  • Data obtained using randomization

  • Population distribution is approximately normal (ignored when n > 30)

13
New cards

Mean Test Statistic Formula

knowt flashcard image
14
New cards

Conditions where the Confidence Interval and Significance Test is Consistent

  • Confidence level, 95%, must match the significance level, 0.05

  • Test must be a 2-sided test

  • CI and test must use the same standard error (For proportion)

15
New cards

Obtaining T-Test in R

t.test(vector, mu=x)

Alternative = “two.sided”

conf.level = 0.95

<p>t.test(vector, mu=x)</p><p>Alternative =&nbsp;“two.sided”</p><p>conf.level = 0.95</p>
16
New cards

Type 1 Error

Reject H0 when H0 is true. Probability of this is \alpha. Focus on type 1 error.

17
New cards

Type 2 Error

Fail to reject Ho even tho it is false. Probability is \beta, power of a test = 1 - \beta.