unknow error with wilcoxon test

12hd1:7

fvfm12h17 <- data.frame(THD1, THD7) %>% gather(key = "day", value = "fvfm", THD1, THD7)
fvfm12h17
res.w.12h17 <- wilcox.test(date = fvfm12h17, fvfm ~ day, paired = TRUE)
Error in eval(predvars, data, env) : object 'fvfm' not found
help

Hi Chloe,
Happy to report its just a typo, you meant to type data but wrote date instead.
Hope it helps.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.