79811991

Date: 2025-11-07 06:11:22
Score: 2
Natty:
Report link
summary stats<-data_clean %>%                                                                  group_by(Trench)%>% +                                                                     summarise(                                                                                Trench    n = n(),
L_mean = mean(Lmm, na.rm = TRUE),
L_sd = sd(Lmm, na.rm = TRUE),
B_mean = mean(Bmm, na.rm = TRUE),
B_sd = sd(Bmm, na.rm = TRUE),
T_mean = mean(Tmm, na.rm = TRUE),
T_sd = sd(Tmm, na.rm = TRUE),
W_mean = mean(Weightgm, na.rm = TRUE),
W_sd = sd(Weightgm, na.rm = TRUE)
) %>%
    arrange(desc(n))

unexpected symbol in "summary stats"

unable to correct??????????/

pl advise

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Filler text (0.5): ??????????
  • Low reputation (1):
Posted by: Pappu Venkata Ramayya