data_simulate_discrete | R Documentation |
Hàm này tạo dữ liệu giả theo phân bố chuẩn từ min đến max Hàm sẽ in ra bảng phân bố tần số và trả về dữ liệu được hàm tạo ra. Lưu ý: dữ liệu chỉ cho giá trị mean và sd gần đúng và không bằng giá trị mean và sd truyền vào hàm
data_simulate_discrete(
n,
mean,
sd,
min,
max,
round_digits = 0,
silent = FALSE,
simplify = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.