Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume the following model, a modified version of the model pcnom.R with price and wage rigidity seen in class. pcfisc _ eqs < - sfcr

Assume the following model, a modified version of the model pcnom.R with price and wage rigidity seen in class. pcfisc_eqs <- sfcr_set(
eq1= Y ~ C + G,
eq2= Yn ~ Y * P,
eq3= N ~ Y / prod,
eq4= W ~ xi_w*W[-1]+(1-xi_w)*(w0+ w1*(exp(100*(N/N_fe-1))-1)), eq5= Wn ~ W*P,
eq6= WB ~ Wn * N,
eq7= Profits ~ Yn - WB,
eq8= UCn ~ WB / Y,
eq9= P ~ xi_p*P[-1]+(1-xi_p)*(1+markup)*UCn,
eq10= Pi ~ (P/P[-1]-1),
eq11= YDn ~ WB + Profits + r[-1]* Bh[-1]- TX,
eq12= YD ~ YDn / P,
eq13= TX ~ theta *(WB + Profits + r[-1]* Bh[-1]),
eq14= Vn ~ Vn[-1]+ YDn - Cn,
eq15= V ~ Vn / P,
eq16= C ~ alpha1* YD + alpha2* V[-1],
eq17= Cn ~ C * P,
eq18= Hh ~ Vn - Bh,
eq19= Bh ~ Vn *(lambda0+ lambda1* r - lambda2*( YDn/Vn )),
eq20= Bs ~ Bs[-1]+(Gn + r[-1]* Bs[-1])-(TX + r[-1]* Bcb[-1]),
eq21= Gn ~ (1-fiscsw)*((1-rhog)*Gnbar + rhog*Gn[-1])+ fiscsw*(Gnbar+e_gn), eq22= G ~ Gn / P,
eq23= Hs ~ Hs[-1]+ Bcb - Bcb[-1],
eq24= Bcb ~ Bs - Bh,
eq25= r ~ rbar,
eq26= redondant ~ Hs - Hh,
)
The file final2023_codeR_Q3.R includes the code required to simulate the model. You must copy this code in your R file and simulate it completely to be able to answer question 3.
a)(3 pts) Which parameter of the model captures the degree of p

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Factory Active Database For Enterprise Computing

Authors: Schur, Stephen

1st Edition

0471558443, 9780471558446

More Books

Students also viewed these Databases questions

Question

What are the role of supervisors ?

Answered: 1 week ago