Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lcModel-make

Cluster-handling functions for lcModel implementations.


Description

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.

Usage

make.trajectoryAssignments(object, clusters)

make.clusterIndices(object, clusters)

make.clusterNames(n)

Arguments

object

The lcModel object.

clusters

The unprocessed trajectory cluster assignment vector.

n

The number of clusters.

Details

The latrend.clusterNames option may also return a function with signature (n), returning a vector of names of the correct length.

Value

Factor cluster assignments.

A cluster assignments index vector of type integer.

A character vector length n with the cluster names.


latrend

A Framework for Clustering Longitudinal Data

v1.1.2
GPL (>= 2)
Authors
Niek Den Teuling [aut, cre] (<https://orcid.org/0000-0003-1026-5080>), Steffen Pauws [ctb], Edwin van den Heuvel [ctb], Copyright © 2021 Koninklijke Philips N.V. [cph]
Initial release
2021-04-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.