powered by
The function plotccda.q95 draws the simulated density for the randomly coded datasets.
plotccda.q95(x,pl="max")
The output list of ccda.main which has to include the RCDP output! (Set return.RCDP=TRUE while running ccda.main).
"max" if the grouping with the highest difference value is considered or the number of the grouping for which the plot is made.
ccda.main, plotccda.results, plotccda.cluster
ccda.main
plotccda.results
plotccda.cluster
# NOT RUN { result<-ccda.main(iris[,1:4] , iris[,5], 500, c("setosa","versicolor", "virginica"), "proportions", return.RCDP=TRUE) plotccda.q95(result) plotccda.q95(result, pl=2) # }
Run the code above in your browser using DataLab