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

transformFitted

Helper function for ensuring the right fitted() output


Description

This function is also responsible for checking whether the input data is valid, such that the fitting process can fail early.

Usage

transformFitted(pred, model, clusters)

## S4 method for signature ''NULL',lcModel'
transformFitted(pred, model, clusters)

## S4 method for signature 'matrix,lcModel'
transformFitted(pred, model, clusters)

## S4 method for signature 'list,lcModel'
transformFitted(pred, model, clusters)

## S4 method for signature 'data.frame,lcModel'
transformFitted(pred, model, clusters)

Arguments

pred

Prediction object

model

The model from which the prediction is made.

clusters

Optional argument for specifying the trajectory cluster assignments.

Value

A vector if the clusters argument is specified, else a matrix with the fitted values per cluster per column.


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.