Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisited a script which used to work and now getting an error #185

Open
rebeelouise opened this issue Mar 22, 2023 · 1 comment
Open

Revisited a script which used to work and now getting an error #185

rebeelouise opened this issue Mar 22, 2023 · 1 comment

Comments

@rebeelouise
Copy link

Error in parse(text = elt) : :1:7: unexpected symbol
1: Using an
^

Does anyone know what this means?

`stats1 <-df %>%
+   filter(variable=="TsTvRatio") %>% 
+   filter(Sample.Type=="Swab") %>% 
+   filter(DPI != "5") %>% 
+   filter(DPI != "4") %>%
+   rstatix::group_by(DPI) %>% 
+   rstatix::wilcox_test(value~Cohort) %>% 
+   adjust_pvalue(method="none") %>% 
+   add_significance("p") %>%
+   add_xy_position(x = "Cohort", dodge = 0.8) %>%
+   remove_ns(col="p")`
@GegznaV
Copy link

GegznaV commented May 15, 2023

@rebeelouise, please create a reprex.

Why do you think that this issue is related to rstatix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants