Experimental Design in R
Joanne Xiong
Data Scientist
data("mtcars")
t.test(x = mtcars$mpg, alternative = "two.sided", mu = 40)
library(broom)
tidy()