OpenSourceEconomics/respy

remove unecessary coefficients from kw94 specifications

peisenha opened this issue · 4 comments

  • Date you used respy: 03/09/19
  • respy version used, if any:
  • Python version, if any:
  • Operating System:

Description

I was simulating the example models kw94_ and noticed that there are several unnecessary covariates specified and their coefficients set to zero. Given the improved flexibility of the model specification, we can remove these now.

What I Did

params, options = rp.get_example_model("kw_94_one", with_data=False)
params

Yes, we are able to remove the coefficients, but at the same time the coefficients are present in the Monte Carlo estimation in Table 4. Thus, I would not remove them as we had to add them again for the validation exercises.

I see. You are right.

Closed in #249.