Cluster-handling functions for lcModel implementations.
Ensures a proper cluster assignments factor vector
Generates the requested number of cluster names. Uses the vector returned by getOption("latrend.clusterNames")
, which returns the alphabet by default.
make.trajectoryAssignments(object, clusters) make.clusterIndices(object, clusters) make.clusterNames(n)
object |
The |
clusters |
The unprocessed trajectory cluster assignment vector. |
n |
The number of clusters. |
The latrend.clusterNames
option may also return a function with signature (n)
, returning a vector of names of the correct length.
Factor cluster assignments.
A cluster assignments index vector of type integer
.
A character
vector length n
with the cluster names.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.