You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is scary and not super helpful for debugging.
When you have a free moment, it might be nice to instead throw an error that includes setdiff(c(idname, tname, yname, gname, weightsname, ...), names(the_data_frame)) for easier typo-finding. Though it's certainly low priority!
The text was updated successfully, but these errors were encountered:
Thank you for writing this package! I had a small quality-of-life suggestion.
Suppose one wanted to analyze the mpdta dataset:
However, suppose one (totally hypothetically) is silly and thinks it's a country-level dataset and runs:
The package gives an error:
which is scary and not super helpful for debugging.
When you have a free moment, it might be nice to instead throw an error that includes setdiff(c(idname, tname, yname, gname, weightsname, ...), names(the_data_frame)) for easier typo-finding. Though it's certainly low priority!
The text was updated successfully, but these errors were encountered: