Key Terms Flashcards

(17 cards)

1
Q

What does Multiple R mean in regression statistics?

A

The correlation coefficient between the observed and predicted values of the dependent variable, ranging from -1 to 1.

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

What is R Square (R²)?

A

The coefficient of determination that represents the proportion of variance in the dependent variable explained by the independent variables, ranging from 0 to 1.

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

What is the purpose of Adjusted R Square?

A

A modified version of R² that adjusts for the number of predictors in the model to prevent overestimation of model fit.

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

What does Standard Error measure in regression analysis?

A

The standard deviation of the residuals (errors), indicating the typical distance between actual and predicted values.

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

What does the term ‘Observations’ refer to in regression statistics?

A

The total number of data points (rows) used in the regression analysis.

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

What does df stand for in the context of the ANOVA table and what does it represent?

A

Degrees of Freedom, which represents the number of values in the final calculation that are free to vary.

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

What is the Sum of Squares (SS) in the ANOVA table?

A

A measure of total variation, partitioned into regression SS (explained by the model) and residual SS (unexplained/error).

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

How is Mean Square (MS) calculated in the ANOVA table?

A

By dividing SS by the corresponding degrees of freedom (df).

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

What does the F-statistic indicate in regression analysis?

A

A ratio of mean regression variance to mean error variance, used to test if the overall regression model is statistically significant.

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

What does a small Significance F value suggest?

A

It indicates the probability that the observed F occurred by chance. A value typically < 0.05 suggests the model is statistically significant.

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

What does a Coefficient represent in the coefficients table?

A

Indicates how much the dependent variable changes per unit change in the predictor.
- The estimated effect of a predictor variable on the dependent variable,

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

What is the significance of Standard Error in the coefficients table?

A

The standard deviation of the coefficient estimate; smaller values indicate more precise estimates.

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

What does t Stat measure?

A

The t-value for testing whether a coefficient is significantly different from zero, calculated as Coefficient ÷ Standard Error.

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

What does the P-value represent in regression analysis?

A

The probability that the observed t-statistic would occur by chance if the true coefficient were zero; a small value typically < 0.05 indicates significance.

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

What is included in the 95% Confidence Interval for a coefficient?

A

The range within which the true population coefficient is expected to fall with 95% confidence.

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

Fill in the blank: A higher F-statistic usually indicates a _______.

17
Q

True or False: Adjusted R Square can increase when more predictors are added to the model.