Skip to content

Instantly share code, notes, and snippets.

@5HT1
Created September 29, 2019 10:08
Show Gist options
  • Save 5HT1/a6292448e1ec89e4692b4c2d7449c3b8 to your computer and use it in GitHub Desktop.
Save 5HT1/a6292448e1ec89e4692b4c2d7449c3b8 to your computer and use it in GitHub Desktop.
> summary(aov(formula = data_mrc$pet_fdg ~ data_mrc$group))
Df Sum Sq Mean Sq F value Pr(>F)
data_mrc$group 3 18.90 6.299 10.62 8.98e-06 ***
Residuals 65 38.54 0.593
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment