Multivariable Modeling - Linear Regression

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

1/9

flashcard set

Earn XP

Description and Tags

A set of flashcards defining key vocabulary related to linear regression and multivariable modeling concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Linear Regression

A statistical method used to model the relationship between a dependent variable and one or more independent variables.

2
New cards

Dependent Variable (Y)

The outcome variable in a regression model that is predicted or explained.

3
New cards

Independent Variable (x)

A variable that is believed to influence or predict changes in the dependent variable.

4
New cards

Intercept (β0)

The expected value of the dependent variable when all independent variables are set to zero.

5
New cards

Slope (β)

The average change in the dependent variable for a one-unit change in the independent variable, holding other variables constant.

6
New cards

Error Term (ε)

The difference between the observed value and the predicted value; it represents unobserved factors affecting the dependent variable.

7
New cards

Assumptions of Linear Regression

Key conditions that must be satisfied for linear regression results to be valid, including linearity, independence, and normality of errors.

8
New cards

Collinearity

A situation in which two or more independent variables in a regression model are highly correlated, which can affect the stability of coefficient estimates.

9
New cards

Confidence Interval (CI)

A range of values that is likely to contain the true parameter value with a certain level of confidence, typically 95%.

10
New cards

PROC GENMOD

A SAS procedure used to fit generalized linear models, allowing for analysis of various types of outcome variables and complex models.