79403370

Date: 2025-01-31 16:28:47
Score: 4.5
Natty:
Report link

How would you do this for multiple variables that have been selected but not others? In this example I want to change the footnotes for trt and grade, but not death

tbl <-
  trial |>
  select(trt, grade, death) |> 
  tbl_summary()
Reasons:
  • Blacklisted phrase (1): How would you
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How would you
  • Low reputation (1):
Posted by: Steve James