-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi Dr Jessy,
This is what I did for qs 2
b0 <- 35.348269
b1 <- 7.361023
b2 <- -0.251607
x <- 1
happy.15k <- b0 + b1*x + b2*x*x
x <- 2
happy.25k <- b0 + b1*x + b2*x*x
happy.25k - happy.15k # marginal effect of $10k increase at $15k starting salary
I just changed the B0 ,B1 and b2 according to the codes given and input them
and I got 6.606202
for all the questions since the change in salaries is 10 k for all cases
is that correct?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels