There two more files I need to attach

1 answer below »
Answered 1 days AfterOct 18, 2021

Answer To: There two more files I need to attach

Mohd answered on Oct 20 2021
124 Votes
Problem 2.21
The data file stockton5_small contains observations on 1200 houses sold in Stockton, California,
during 1996–1998. Scale the variable SPRICE to units of $1000, by dividing it by 1000.
Question 5:
Estimate the linear model . (rounded to 2 decimals)
gen Sprice= sprice/1000
Question 6:
How do you Interpret the estimated coefficients in Question 5? (rounded to 2 decimals)
Question 7:
What’s the prediction of the selling price of a house that is 30 years old based on the regression
results in Question 5? (rounded to 2 decimals)
Question 8:
Estimate the log-linear model . (rounded to 4 decimals)
Question 9:
How do you interpret the estimated slope coefficient in Question 8? (rounded to 2 decimals)
Problem 2.22
A longitudinal experiment was cond
ucted in Tennessee beginning in 1985 and ending in 1989. A
j − f = j + j( m − f) + j
y = β1 + β2x + e
y = rj − rj x = rm − rf β1 = αj β2 = βj
SPRICE = δ1 + δ2AGE + e
ln(SPRICE) = θ1 + θ2AGE + e
single cohort of students was followed from kindergarten through third grade. In the experiment
children were randomly assigned within schools into three types of classes: small classes with
13–17 students, regular-sized classes with 22–25 students, and regular-sized classes with a fulltime teacher aide to assist the teacher. Student scores on achievement tests were recorded as
well as some information about the students, teachers, and schools. Data for the kindergarten
classes are contained in the data file star5_small.
Question 10:
Using children who are in either a regular-sized class or a small class, estimate the regression
model explaining students’ combined aptitude scores as a function of class size,
(rounded to 2 decimals)
(Hint: subset data for either regular=1 or small=1)
Question 11:
Interpret the estimates from Question 10. (rounded to 2 decimals)
Question 12:
Based on the regression result from Question 10, what do you conclude about the effect of
class size on learning? (rounded to 2 decimals)
Question 13:
Using children who are in either a regular-sized class or a small class, estimate the regression
model explaining students’ combined aptitude scores as a function of class size,
(rounded to 2 decimals)
(Hint: subset data for either regular=1 or small=1)
Problem 2.28
How much does education affect wage rates? The data file cps5_small contains 1200
observations on hourly wage rates, education, and other variables from the 2013 Current
Population Survey (CPS).
Question 14:
Estimate the linear regression . (rounded to 2 decimals)
Question 15:
Estimate the regression in Question 14 but only for females. (rounded to 2 decimals)
Question 16:
Interprete the coefficients from Question 15. (rounded to 2 decimals)
Question 17:
Estimate the regression in Question 14 but only for males. (rounded to 2 decimals)
Question 18:
Interprete the coefficients from Question 17. (rounded to 2 decimals)
Problem 2.29
How much does education affect wage rates? The data file cps5_small contains 1200
observations on hourly wage rates, education, and other variables from the 2013 Current
Population Survey (CPS).
Question 19:
Obtain the OLS estimates from the log-linear regression model
(rounded to 4 decimals)
(Hint: create a variable log_wage = ln(wage))
Question 20:
Interpret the slope from Question 19. (rounded to 2 decimals
_
c
o
n
s
-
1
6
.
6
0
2
.
7
8
-
5
.
9
6
0
.
0
0
-
2
2
.
0
7
-
1
1
.
1
3
e
d
u
c
2
.
6
6
0
.
1
9
1
4
.
1
7
0
.
0
0
2
.
2
9
3
.
0
3
w
a
g
e
C
o
e
f
.
S
t
d
.

E
r
r
.
t
P
>
|
t
|
[
9
5
%

C
o
n
f
.

I
n
t
e
r
v
a
l
]
T
o
t
a
l
9
6
1
9
9
.
3
2
8
8
5
2
7
1
8
2
.
5
4
1
4
2
1
R
o
o
t

M
S
E
=
1
1
.
5
0
4
A
d
j

R
-
s
q
u
a
r
e
d

=
0
.
2
7
5
0
R
e
s
i
d
u
a
l
6
9
6
1
0
.
5
2
1
2
5
2
6
1
3
2
.
3
3
9
3
9
4
R
-
s
q
u
a
r
e
d
=
0
.
2
7
6
4
M
o
d
e
l
2
6
5
8
8
.
8
0
7
5
1
2
6
5
8
8
.
8
0
7
5
P
r
o
b

>

F
=
0
.
0
0
0
0
F
(
1
,
5
2
6
)

=
2
0
0
.
9
1
S
o
u
r
c
e
S
S
d
f
M
S
N
u
m
b
e
r

o
f

o
b
s

=
5
2
8
.

r
e
g
r
e
s
s

w
a
g
e

e
d
u
c

i
f

f
e
m
a
l
e
=
=
1
,

c
f
o
r
m
a
t
(
%
9
.
2
f
)

p
f
o
r
m
a
t
(
%
5
.
2
f
)

s
f
o
r
m
a
t
(
%
8
.
2
f
)

_cons -16.60 2.78 -5.96 0.00 -22.07 -11.13
educ 2.66 0.19 14.17 0.00 2.29 3.03

wage Coef. Std. Err. t P>|t| [95% Conf. Interval]

Total 96199.3288 527 182.541421 Root MSE = 11.504
Adj R-squared = 0.2750
Residual 69610.5212 526 132.339394 R-squared = 0.2764
Model 26588.8075 1 26588.8075 Prob > F = 0.0000
F( 1, 526) = 200.91
Source SS df MS Number of obs = 528
. regress wage educ if female==1, cformat(%9.2f) pformat(%5.2f) sformat(%8.2f)
.
_
c
o
n
s
-
8
.
2
8
2
.
6
7
-
3
.
1
0
0
.
0
0
-
1
3
.
5
3
-
3
.
0
3
e
d
u
c
2
.
3
8
0
.
1
9
1
2
.
6
5
0
.
0
0
2
.
0
1
2
.
7
5
w
a
g
e
C
o
e
f
.
S
t
d
.

E
r
r
.
t
P
>
|
t
|
[
9
5
%

C
o
n
f
.

I
n
t
e
r
v
a
l
]
T
o
t
a
l
1
7
9
4
9
7
.
5
6
8
6
7
1
2
6
7
.
5
0
7
5
5
3
R
o
o
t

M
S
E
=
1
4
.
7
0
6
A
d
j

R
-
s
q
u
a
r
e
d

=
0
.
1
9
1
5
R
e
s
i
d
u
a
l
1
4
4
9
0
1
.
4
2
3
6
7
0
2
1
6
.
2
7
0
7
8
R
-
s
q
u
a
r
e
d
=
0
.
1
9
2
7
M
o
d
e
l
3
4
5
9
6
.
1
4
5
3
1
3
4
5
9
6
.
1
4
5
3
P
r
o
b

>

F
=
0
.
0
0
0
0
F
(
1
,
6
7
0
)

=
1
5
9
.
9
7
S
o
u
r
c
e
S
S
d
f
M
S
N
u
m
b
e
r

o
f

o
b
s

=
6
7
2
.

r
e
g
r
e
s
s

w
a
g
e

e
d
u
c

i
f

f
e
m
a
l
e
=
=
0
,

c
f
o
r
m
a
t
(
%
9
.
2
f
)

p
f
o
r
m
a
t
(
%
5
.
2
f
)

s
f
o
r
m
a
t
(
%
8
.
2
f
)
.

_cons -8.28 2.67 -3.10 0.00 -13.53 -3.03
educ 2.38 0.19 12.65 0.00 2.01 2.75

wage Coef. Std. Err. t P>|t| [95% Conf. Interval]

Total 179497.568 671 267.507553 Root MSE = 14.706
Adj R-squared = 0.1915
Residual 144901.423 670 216.27078 R-squared = 0.1927
Model 34596.1453 1 34596.1453 Prob > F = 0.0000
...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here