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

lcModel-class

lcModel class


Description

Abstract class for defining estimated longitudinal cluster models.

Extracts the name of the lcModel object. The name is comprised of the underlying lcMethod name, and the assigned label (if any).

Usage

## S4 method for signature 'lcModel'
getLabel(object, ...)

## S4 method for signature 'lcModel'
getName(object)

## S4 method for signature 'lcModel'
getShortName(object)

Arguments

object

The lcModel object.

...

Any additional arguments.

Details

An extending class must implement the following methods to ensure basic functionality:

  • predict.lcModelExt: Used to obtain the fitted cluster trajectories and trajectories.

  • postprob(lcModelExt): The posterior probability matrix is used to determine the cluster assignments of the trajectories.

For predicting the posterior probability for unseen data, the predictPostprob() should be implemented.

Slots

method

The lcMethod-class object specifying the arguments under which the model was fitted.

call

The call that was used to create this lcModel object. Typically, this is the call to latrend() or any of the other fitting functions.

model

An arbitrary underlying model representation.

data

A data.frame object, or an expression to resolves to the data.frame object.

date

The date-time when the model estimation was initiated.

id

The name of the trajectory identifier column.

time

The name of the time variable.

response

The name of the response variable.

label

The label assigned to this model.

ids

The possible trajectory identifier values the model was fitted on.

clusterNames

The names of the clusters.

estimationTime

The time, in seconds, that it took to fit the model.

tag

An arbitrary user-specified data structure. This slot may be accessed and updated directly.

See Also


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.