R로 배우는 실험 설계
Joanne Xiong
Data Scientist
data("mtcars")
t.test(x = mtcars$mpg, alternative = "two.sided", mu = 40)
library(broom)
tidy()