Regression & Estimation Flashcards

(5 cards)

1
Q

Simple linear regression

A

reg y x

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

Multiple linear regression

A

reg y x1 x2

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

Regression with robust SE

A

reg y x, robust

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

Save residuals

A

predict newvar, resid

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

Save fitted values

A

predict newvar, xb

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