View source: R/hypothesis_test.R
test_2_mean_norm | R Documentation |
Hàm này so sánh 2 giá trị trung bình (dùng phân bố chuẩn) 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) và giá trị c
test_2_mean_norm(
n1,
n2,
mean1,
mean2,
sigma1,
sigma2,
alpha,
alternative = "neq",
silent = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.