answer_sample_size_prop_1 | R Documentation |
Hàm này in ra đáp án cho bài toán xác định kích thước mẫu (với tỷ lệ, khi đã biết f) conclusion là một hàm in ra kết quả cuối cùng của bài toán, với 1 tham số chính là kết quả của phép tính.
answer_sample_size_prop_1(
data,
score = c(0.5, 1, 0.5),
conclusion = function(value) { return(sprintf("%d", value)) },
round_digits = 4
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.