pprint(t.test(1:30, 2:31), format = "t.test")
pprint(t.test(1:30, 2:31), format = "t.test", print.estimate = FALSE)
pprint(t.test(1:30, 2:31),
format = "t.test",
estimate.names = c("control", "treatment"))
Run the code above in your browser using DataLab