plotccda.q95 {ccda}R Documentation

CCDA density drawer

Description

The function plotccda.q95 draws the simulated density for the randomly coded datasets.

Usage

plotccda.q95(x,pl="max")

Arguments

x

The output list of ccda.main which has to include the RCDP output! (Set return.RCDP=TRUE while running ccda.main).

pl

"max" if the grouping with the highest difference value is considered or the number of the grouping for which the plot is made.

See Also

ccda.main, plotccda.results, plotccda.cluster

Examples


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)


[Package ccda version 1.1.1 Index]