Kyle F Butts

Results 72 comments of Kyle F Butts
trafficstars

@jonathandroth See https://github.com/kylebutts/vcovSUR :-) ✔️ Variance-covariance matrix estimation ✔️ Clustering (which I realized is necessary for clustering by observation id) ✔️ Support for `fixest_multi` objects ✔️ Hypothesis Tests from `{marginaleffects}`...

This is not a bug, but due to the way `tidyselect` works: https://tidyselect.r-lib.org/articles/syntax.html#bare-names ```r starwars |> select(!name, !height) ``` when using multiple expressions in select, (`...`), they get evaluated separately...

@poetlarsen Bootstrap is your friend on this one with `emfx(mod, vcov = FALSE)`

Hi Doug, I think I may have an idea on how to do this with a custom knitr hook. Say you do the following: ````` ```{stata, graph = 1} graph...

@mrworthington This pull request suggests they were moved back to this repo 2 weeks ago: https://github.com/geoarrow/geoarrow-c/pull/89

I think I can help with this :-) Maybe I could start with a vignette or two?

Hi there, the site looks beautiful. I'm glad you find my little package useful :-) This is definitely a problem I'm aware of. I've tried to figure out solutions, but...

@thedivtagguy Sorry for being super super delayed on this. I wasn't able to figure it out and still am not, but will keep trying as I think it's definitely a...

I doubt you care @thedivtagguy, but it works in positron, so I'm calling this done 👍🏼

Thanks Josh, pretty cool!