Skip to content

Instantly share code, notes, and snippets.

@lundquist-ecology-lab
Created December 27, 2022 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lundquist-ecology-lab/57f3559e4a8eee996deae121c1691178 to your computer and use it in GitHub Desktop.
Save lundquist-ecology-lab/57f3559e4a8eee996deae121c1691178 to your computer and use it in GitHub Desktop.
Running a Kruskal-Wallace test in R
data(iris)
df <- iris
kruskal.test(Petal.Width ~ Species, data = df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment