View source: R/hypothesis_test.R
test_2_mean_t | R Documentation |
Hàm này so sánh 2 giá trị trung bình (dùng phân bố Student) Tham số alternative là 1 trong 3 giá trị: neq, less, greater tương ứng với 3 đối thiết. Hàm trả về kết quả của test thống kê (test), giá trị c và phương sai chung s
test_2_mean_t(
n1,
n2,
mean1,
mean2,
s1,
s2,
alpha,
alternative = "neq",
silent = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.