Kyle F Butts

Results 22 issues of Kyle F Butts

Just a small thing. Here, you specify which font variants and weights to load. This causes error with pagedown::chrome_print because not every google font has every option. Fortunately, you don't...

Often times researchers want to create summary statistics for different groups. In tables, each column tends to be a group and each row the summary stat for that group/var. It...

enhancement

One thing I really like about MDX is that you can pass custom components for default html elements (h1/6, img, a, code, pre, etc.) with export const components = {}....

add new content

Not sure exactly where it would go in the tailwind integration guide, but one thing I see a lot on https://web.dev/measure/ is that a ton of unused css ships when...

should this be documented?

[Torchlight.dev](https://torchlight.dev/docs/annotations/focusing) uses some pretty neat styling for focusing lines that allows unblurring on hover. I think that's certainly an improvement as oftentimes you might want to see the focused content...

From @grantmcdermott - Why load the datasets (df_hom and df_het) from did2s in the examples and README? Aren't they bundled with this package too? - I think you can cut...

Currently, the first_stage regression will produce point estimates in the periods after everyone is treated (assuming those fixed effects are zero). This is not correct and should instead drop those...

Following https://github.com/kylebutts/did2s_stata/commit/e7cf2e6133ac071870fe15c7f87c1a7091069efe

A quick summary of problems I can link to people

One common thing that I want to do in the `dplyr` workflow is take a set of variables, apply some function to them, and create a new set of variables....