plotccda.q95: CCDA density drawer

Description Usage Arguments See Also Examples

Description

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

Usage

1
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

1
2
3
4
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)

ccda documentation built on Oct. 2, 2019, 5:04 p.m.

Related to plotccda.q95 in ccda...