slsaplot | R Documentation |
Create a segment level stability across solutions plot, possibly using an additional variable for coloring the nodes.
slsaplot(object, nodecol = NULL, ...)
object |
An object returned by |
nodecol |
A numeric vector of length equal to the number of
observations clustered in |
... |
Additional graphical parameters to modify the plot. |
For more details see Dolnicar and Leisch (2017) and Dolnicar et al. (2018).
List of length equal to the number of different cluster solutions minus one containing numeric vectors of the entropy values used by default to color the nodes.
Friedrich Leisch
Dolnicar S. and Leisch F. (2017) "Using Segment Level Stability to Select Target Segments in Data-Driven Market Segmentation Studies" Marketing Letters, 28 (3), pp. 423–436.
Dolnicar S., Gruen B., and Leisch F. (2018) Market Segmentation Analysis: Understanding It, Doing It, and Making It Useful. Springer Singapore.
stepFlexclust
, relabel
, slswFlexclust
data("Nclus")
cl25 <- stepFlexclust(Nclus, k=2:5)
slsaplot(cl25)
cl25 <- relabel(cl25)
slsaplot(cl25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.