powered by
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)
Probability distribution of the Concordance coefficient obtained with the function CT_Distribution.
CT_Distribution
Probability distribution of the Kruskal-Wallis statistic obtained with the function CT_Distribution.
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)
Run the code above in your browser using DataLab