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

transformLatrendData

Transform latrend input data into the right format


Description

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

Usage

transformLatrendData(object, id, time, response, envir)

## S4 method for signature 'data.frame'
transformLatrendData(object, id, time, response, envir)

## S4 method for signature 'matrix'
transformLatrendData(object, id, time, response, envir)

## S4 method for signature 'call'
transformLatrendData(object, id, time, response, envir)

Arguments

object

The data object to transform.

id

The name of the trajectory identifier variable.

time

The name of the time variable.

response

The name of the response variable.

envir

The environment used to evaluate the data object in (e.g., in case object is of type call).

Value

A data.frame with an id, time, and measurement columns.


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.