CT_Density_Plot | R Documentation |
This function performs the graphical visualization of the density distribution of the Concordance coefficient and the Kruskal-Wallis statistic.
CT_Density_Plot(C_freq = NULL, H_freq = NULL)
C_freq |
Probability distribution of the Concordance coefficient obtained with the function |
H_freq |
Probability distribution of the Kruskal-Wallis statistic obtained with the function |
Sample_Sizes <- c(5,5,5)
Distributions <- CT_Distribution(Sample_Sizes, Num_Sim = 1000, H = 1)
C_freq <- Distributions$C_freq
H_freq <- Distributions$H_freq
CT_Density_Plot(C_freq, H_freq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.