regression analysis

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/58

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.

59 Terms

1
New cards

regression analysis

simple method for investigating functional relationships among variables

2
New cards

the relationship is expressed in the form of

an equation or a model connecting the response or dependent variable and one or more explanatory or predictor variables

3
New cards

response variable denotation

Y

4
New cards

predictor variable denotation

x1, x2, x3

5
New cards

other names for independent variables

covariates, regressors, factors, carriers

6
New cards

how does regression analysis usually start?

formulation of a problem

7
New cards

what happens if a question is not carefully formulated?

can lead to wrong choice of a model

8
New cards

what to do after forming a question?

select variables that could explain or predict response variable

9
New cards

what to do after selecting variables that could predict response variable?

collect the data from the environment

10
New cards

the analysis of variance

if all predictor variables are qualitative

11
New cards

analysis of covariance

if some predictor variables are qualitative and others are quantitative

12
New cards

forms of function (types)

linear and nonlinear

13
New cards

linear function

no

14
New cards

nonlinear function

15
New cards

nonlinear functions

16
New cards

linearizable functions

nonlinear functions that can be transformed into linear functions

17
New cards

intrinsically nonlinear functions

nonlinear functions that are not linearizable

18
New cards

simple regression equation

regression equation containing only one predictor variable

19
New cards

multiple regression equation

equation containing more than one predictor variable

20
New cards

univariate regression

one quantitative response variable`

21
New cards

multivariate regression

two or more quantitative response variables

22
New cards

simple regression

only one predictor variable

23
New cards

multiple regression

two or more predictor variablesli

24
New cards

near regression

all parameters enter equation linearlyn

25
New cards

nonlinear

relationship between response and predictors is nonlinear

26
New cards

analysis of variance

all predictors are qualitative

27
New cards

analysis of covariance

some predictors are quantitative and others are qualitative

28
New cards

logistic regression

response variable is qualitative

29
New cards

simple and multiple regressions should not be confused with

univariate and multivariate regressions

30
New cards

what to do after the model has been defined and data has been collected

estimate parameters of the model based on collected data

31
New cards

Y hat

fitted value

32
New cards

regression equation

Y = a + bX

33
New cards

Y = a + bX symbols

Y = dependent variable

X = independent variable

a = intercept

b = slope

34
New cards

inputs in regression

subject matter theories, model, data, statistical techniques, auxiliary assumptions

35
New cards

outputs in regression

parameter estimates, confidence regions, test statistics, graphical displays

36
New cards

objective of regression analysis

understand interrelationship between variables

37
New cards

process of regression

formulate the problem, fit the model, validate the assumptions, ask - is it okay? if yes, evaluate the fitted model. if no, go back to the start. is the fitted model okay? if yes, then you’re done. if no, then go back to the start.

38
New cards

formulate the problem

choose a set of variables, choose form of model, choose method of fitting, and specify assumptions

39
New cards

fit the model

use method of fitting

40
New cards

validate assumptions

residual plots, outliers detection, sensitivity analysis

41
New cards

evaluate the fitted model

goodness of fit test

42
New cards

covariance

indicates the direction of the linear relationship between y and x

43
New cards

covariance in R

cov()

44
New cards

correlation coefficient

covariance between the standardized x and y

45
New cards

Cor

correlation coefficient

46
New cards

properties of correlation coefificient

  • sign indicates direction (+ or -)

  • between -1 and 1

  • unitless

  • not affected by change in center of scale

  • correlation of x with y is the same as y with x

    • sensitive to outliers

47
New cards

least squares regression line

(Y hat) = (B hat) 0 + (B hat) 1X

48
New cards

residuals

difference between observed (y) and predicted (y hat) values of response variable

49
New cards

residuals equation

ei = yi - (y hat)i

50
New cards

least squares line

line that minimizes the sum of squared residuals

51
New cards

assumptions of least squares line

linearity, nearly normal distributions, constant variability

52
New cards

how to check linearity

scatterplot

53
New cards

if scatter points resemble a straight line

we assume linearity

54
New cards

degrees of freedom

number of observations minus number of estimated regression coefficients

55
New cards

t-test

determine whether there is a significant difference between the means of two groups

56
New cards

what do we get from a t-test?

p-values

57
New cards

to construct confidence intervals for regression parameters, we need to assume standard deviation

has normal distribution

58
New cards

95% confidence means

95% of these intervals would be expected to contain true value of slope

59
New cards