powered by
htest
Functions to help interpret or display objects of the class htest
df_htest(htest, test_statistics = TRUE, show_ci = TRUE, extract_names = TRUE)describe_htest(htest, alpha = NULL, digits = 3)
describe_htest(htest, alpha = NULL, digits = 3)
A S3 object of the class htest
A logical variable to display the test statistics.
A logical variable to display the confidence interval.
A logical variable to take the names from the S3 object (i.e., statistic for t.test would be "t")
t.test
alpha level (default = 0.05)
integer indicating the number of decimal places.
Other htest: as_htest(), simple_htest()
as_htest()
simple_htest()
# simple example with t-test tres = t.test(extra ~ group, data = sleep) # As a data frame df_htest(tres) # Describe t-test results describe_htest(tres)
Run the code above in your browser using DataLab