View source: R/distribution_test_mat.R
distribution_test_mat | R Documentation |
This function allows you to generate a matrix with n randomly-drawn specific distribution shapes that follow GLM supported regression families.
distribution_test_mat( nrow_x = 1000, n_random_distributions = 1000, class_method = "comparison" )
nrow_x |
Defaults to 1000. |
n_random_distributions |
Defaults to 1000. |
test_mat <- distribution_test_mat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.