stats final exam

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

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.

12 Terms

1
New cards

two sample t-test

  • two separate groups

  • means

  • ASSUMPTION: normality

2
New cards

correlation

  • numeric x numeric

  • measuring relationship between two variables

3
New cards

one sample proportion test

  • binomial test

  • one sample, one proportion

  • ASSUMPTIONS: none

4
New cards

chi-squared goodness of fit

  • comparing proportions to each other simultaneously

  • fair v not fair

  • ASSUMPTIONS: normality, expected value of at least five successes

5
New cards

chi-squared test of independence

  • proportions

  • categorical x categorical

  • ie no religion has higher MNS proportion than others

  • ASSUMPTIONS: normality

  • null hypothesis: two categorical variables are independent

6
New cards

analysis of variance (ANOVA)

  • numeric x categorical

  • football conference and GPA

  • ASSUMPTIONS: normality, equal variances across groups

  • null hypothesis:

    • all population means are the same

    • numeric independent of categorical

    • model does not improve prediction ability

  • can’t tell which mean is different

7
New cards

hildebrand rule

  • symmetry test for populations

8
New cards

Shapiro test

  • normalcy test

  • sufficiently normal if p value is greater than 0.05

  • null hypothesis = data from sufficiently normal distribution

9
New cards

one sample t-test code

t.test(x,mu)

10
New cards

two sample t-test code

t.test(x,y)

11
New cards

fligner.tes(x ~ g)

  • tests for equal variances

12
New cards

how to reject null hypothesis

  • p value below alpha