Linear regression 1

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

1/10

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.

11 Terms

1
New cards
  1. Measurement scale

knowt flashcard imageknowt flashcard image

2
New cards
  1. Defining the Objectives:

knowt flashcard image

3
New cards
  1. Designing the Linear Regression:

knowt flashcard image

4
New cards

3.Assumptions 

knowt flashcard imageknowt flashcard imageknowt flashcard imageknowt flashcard image

5
New cards

Special cases 

ANOVA is a special case of linear regression.

6
New cards

4. Estimating 

knowt flashcard imageknowt flashcard image

Your model guesses sales using a line:

Ŷ = b₀ + b₁X

OLS adjusts b₀ (intercept) and b₁ (slope) until the squared differences between actual sales and predicted sales are minimized.

That’s how it finds the “best fit.”

7
New cards
  1. Model Fit 

knowt flashcard image

8
New cards
  1. Interpreting the Results

knowt flashcard imageknowt flashcard imageknowt flashcard image

Breaking (The F table ) Down Each Column:1. F-statistic: "Is the model better than nothing?"

  • Tests: Whether the model as a whole is significantly better than just using the mean

  • All models are significant (p < .01) → All are better than random guessing

  • The combined model has the highest F (283.6) → It's the most significantly better than nothing

2. R²: "How much variance does the model explain?"

  • Dummy only: 19.3% of satisfaction variance explained by child status

  • Continuous only: 32.8% of variance explained by wait time

  • Combined: 53.3% of variance explained by both together

  • Shows clear improvement with more variables

3. Adjusted R²: "Is the improvement worth the complexity?"

  • Notice the pattern: Adjusted R² is slightly lower than R² in each case

  • The penalty is tiny because we only added one extra variable

  • Key insight: The combined model's adjusted R² (0.531) is still much higher than either single model → Adding wait time was definitely worth it!

9
New cards

6. Validating outcomes

knowt flashcard image

10
New cards

Multicollinearity

knowt flashcard imageknowt flashcard imageknowt flashcard image

knowt flashcard image

11
New cards

There are three types of linear models with logarithmic transformations:

knowt flashcard image