79224364

Date: 2024-11-25 19:28:28
Score: 0.5
Natty:
Report link
my.ds.new <- my.ds %>% mutate(response = ifelse(c(0, abs(diff(response))) > abs(response * .1) & 
                                                  lag(area) == area, 
                                                lag(response), 
                                                response))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Matt0706