Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Renaming coefplot interaction terms using regex

    I want to rename y=2016 # L22.ret_h to 2016-22
    I tried using rename(^y"="([0-9]{4}) \# L([0-9]{2}).ret_h$ = \1-\2, regex) but had no luck. How can I achieve that?
    Attached Files
    Last edited by John Williamss; 01 Dec 2022, 22:39.
Working...
X