Duncan Hobbs

Results 10 comments of Duncan Hobbs

It looks like the 2500 is part of the personal exemption phaseout. From section 151 of the [internal revenue code](https://www.law.cornell.edu/uscode/text/26/151): > For each $2,500 (or fraction thereof) by which the...

I tried to run `weakivtest ` after running an example regression from the ivreg2 help file. `ivreg2 lw s expr tenure rns _I* (iq=kww age), cluster(year) partial(_I*)` I got an...

Do you still need someone to help write tests? I don't have a lot of experience with Julia, but I would be happy to try and help.

Maybe [TexTables.jl](https://github.com/jacobadenbaum/TexTables.jl) could help you make nicer looking tables? The primary use examples are regression model output from GLM.jl but you can build tables manually from individual columns as well.

Dask is used in [this](https://notes.quantecon.org/submission/5b32e9b0b9eab00015b89f7d) QuantEcon Notes example to compute proximity matrices. It might be possible to use Dask to import the HS trade data and do some of the...

I didn't actually build the lectures, I just looked at the lectures on Google Chrome from the latest build of the website on October 13. I am running windows 7,...

I tested this same example with different values of `beta` below. I still get a convergence error when `beta` is larger than 0.972. **beta** error after 1000 iterations: **1** 51.302186197106494...

Is this an issue you would like some help on? I have written some code that may address the issue. I don't have too much experience writing julia code but...

@jdebacker I was looking though the ccc_gude.md file and fixing up a few small issues I saw. I had some questions about how things should look. I notice that sometimes...

Thanks. Is there a way to build the documentation and ccc_guide locally so I can check how things look before submitting a PR? I tried running (ccc-dev) C:\Users\duncan.hobbs\Github\Cost-of-Capital-Calculator\docs\book> jupyter-book build...