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

confusionMatrix

Compute the posterior confusion matrix


Description

Compute a nClusters x nClusters posterior confusion matrix (PCM). The entry (i,j) represents the probability of a trajectory belonging to class i is assigned to class j under a given assignment strategy.

Usage

confusionMatrix(object, strategy = which.max, scale = TRUE)

Arguments

object

The object.

strategy

The trajectoryAssignments strategy to compute the PCM under. If strategy = NULL, weighted random assignment is assumed (analogous to a repeated [which.weight] strategy evaluation).

scale

Whether to express the confusion in probabilities (scale = TRUE), or in the number of trajectories.

Examples

data(latrendData)
model = latrend(lcMethodLcmmGMM(
  fixed = Y ~ Time, mixture = ~ Time, random = ~ 1,
  id = "Id", time = "Time"),
  data=latrendData)
confusionMatrix(model)

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.