Skip to content

Feature/extra suggestions #23

@statzhero

Description

@statzhero

Outstanding work! I fully transitioned to R many years ago, but sometimes I'm still haunted by the ease of some Stata commands. Your "Rosetta Stone" already covers my main workhorses.

Here's a brain dump of features that I wish R (or I) could do better – with the full understanding that this is not a request to add them but more of a list to consult if you're looking to expand the page.

  • Most R functions provide limited feedback. One solution is tidylog and in my opinion real-time feedback on data manipulation and merge operations is critical for integrity.
  • Log files (there are some hacks in R but most of them are sad)
  • Using weights in R is often cumbersome, especially more complicated types, or if you leave the core libraries.
  • Panel data diagnostics, such as a test function whether the data is balanced or not.
  • Binscatter plots and regression: binsreg
  • Programmatically create variables, charts, or even just passing variable names into functions; something that works every time.
  • Bootstrapping seems involved when used beyond trivial examples (see Stata bsample and Drechsler et al. 2021 for what I mean by non-trivial).
  • And finally TABLES. (Even a simple, good-looking frequency or cross-tab can be a nightmare for me!)

p.s. tidytable for those who want to have the cake and eat it, although there's loss in many ways.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions