Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bug on "xgap" argument while using "ncols" in the ggdid() function. #212

Open
felipeduplat opened this issue Oct 12, 2024 · 0 comments

Comments

@felipeduplat
Copy link

Hi, people!

I'm running the following code:

out_const = att_gt(yname      = "total_vinculos",
                   gname      = "ano_cred",
                   idname     = "id_estab",
                   tname      = "ano",
                   xformla    = ~1,
                   data       = rais_all,
                   est_method = "reg")

ggdid(out_const, ncol = 4, xgap = 2)

and the xgap argument simply doesn't work, independently of the number. Idk if it is because the quantity of graphs generated (total of 16): when I filter to 2 or 3 graphs, the xgap returns to work beautifully, with or without using ncols.

Could you please provide any insights or solutions regarding this issue?

Thank you in advance! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant