Neal Grantham

Results 9 comments of Neal Grantham

I believe this error occurs when the data does not contain every combination of the two `facet_grid()` variables. For example, there is no row in `xdf` with `Thing 1` in...

I wrote `scrape-and-parse.py` in 2014, but Pitchfork has since redesigned its website so the code no longer works. You're better off finding a more active Pitchfork scraping project out there,...

Thanks for opening an issue @paco-ceam, can you share the data and code with me so I can reproduce the error and fix it? You can attach files to this...

Thanks @XiangLiu-github for opening this issue. You're correct, `geom_braid()` should support the `direction` parameter so it can work properly with `geom_step()`. I'll get to work on a new PR and...

> How do we handle outputs that are matrix-valued, as occurs in multinomial regression? Is this addressed in the current Formula/ModelMatrix interface, or elsewhere? I'm willing to take a closer...

@nalimilan Yes, exactly. However, I don't believe this notation is quite appropriate for multinomial regression. Each "variable" on the LHS is really a category so they are actually much different...

I wasn't aware there were Dracula specific fonts. Is this a new addition to the specification? In any case, both Playfair Display and Montserrat are available on Google Fonts, so...

Thanks for the quick response and the fix, @ParadaCarleton. I understand the source of the problem now. This is my first time encountering the `@.` macro, very useful. I'm not...

And yes, changing `h ~ MvNormal(μ, σ)` to `@. h ~ Normal(μ, σ)` resolves the issue.