Unit 7 Flashcards

1
Q

What is the Model I of the general linear model?

A

theoretical and simplified approximation of reality that allows it to be explained, controlled and predicted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the General Linear Model?

A

Set of parametric analyses that aim to predict a variable based on one or more variables, assuming that the relationship between them is linear

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are common foundations for many statistical methods?

A

Correlation
Student’s t
ANOVA
Linear regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the formula of linear function?

A

𝑌’ = β 0 + β 1 · X i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the general linear model based on?

A

the least squares method:
Deviation -> Residues
-> 𝜀= Y - Y’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the closes analysis of the general linear model?

A

linear regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does linear relationship (r) evaluate?

A

Does one variable change as a function of another?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does Linear regression evaluate?

A

how much does one variable change as a function of another?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is required for the linear regression?

A

at least two quantitative variables that are linearly associated

  • Simple regression model: One predictor
  • Multiple regression model: More than one predictor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Is the linear regression model a mathematical one?

A

no, it is a statistical model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the difference between a mathematical and a statistical model?

A

a statistical model includes terms that represent the error/residue that we can make when
making a prediction of Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When are the predictions the most accurate?

A

when the error is the smallest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the equation of the linear regression model?

A

𝑌’ = β 0 + β 1 · X i + 𝜀

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where is error NOT included and why?

A

in a sample linear regression model

  • We are fitting a line (in linear regression, a straight line) between the data from the Independente Variable (IV) and the Dependent Variable (DV), based on the means of the X and Y values (of observed, estimated scores, and residuals), not on the specific errors of each observation or data.
  • Residuals are the error of the model and are considered an outcome. They are evaluated after the model is fitted to see if it predicts well
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does Y’ stand for in the equation of the regression line?

A

Predicted value, Outcome variable (dependent)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does x stand for in the equation of the regression line?

A

Observed value, Predictor (independent) variable

17
Q

What does b0 stand for in the equation of the regression line?

A

constant at origin (also called 𝑎) = intercept = value of Y when X is zero = Value of Y not affected by X

18
Q

What does b1 stand for in the equation of the regression line?

A

slope = regression coefficient = hoe much Y changes by one unit

19
Q

What does Ɛ stand for in the equation of the regression line?

A

residual (difference between the observed and predicted value) (Y - Y’)

20
Q

How do we calculate the slope?

A

formula based on covariance: b1 = Sxy : S²x

21
Q

How do we calculate the intercept?

A

b0 = Y’ - b1 x X’

22
Q

Why can part of the variability of Y be explained by the variability of X?

A

because the two variables are related linearly

23
Q

what proportion of the Dependent Variable (Y) can be explained by the
Independent Variable (X)?

A

R2 = Coefficient of determination = r xy 2

24
Q

What is R² used to?

A

to know the predictive capacity of X (or predictors ) on Y.

25
Q

What does ANOVA (Snedecor’s F) indicate?

A

if the model provides a good degree of prediction of the result variable.

  • Goodness of fit: how good does the estimation fit the data
  • Null hypothesis: It doesn’t have a good adjustment
  • Alternative Hypothesis: It has a good adjustment.
26
Q

What does the regression model predict?

A

the behavior of the variable Y from a variable X (X 1)

27
Q

What does the multiple regression model predict?

A

prediction of the variable Y (DV) by two or more variables X
(independent or predictor variables ) ( X 1 , X 2 , X 3 …)

28
Q

What are the requirements of the Parametric Regression Model?

A

a) Homoscedasticity: equality of variances.
b) Normal distribution of the residuals .
c) Independence of the errors (the residuals are not related).
d) Absence of multicollinearity: absence of relationship between the predictors (VI) [Only check in multiple regression]

29
Q
A