Skip to contents

The DataSubject class handles the processing of the subject data for fitting a JointModel.

Usage

DataSubject(data, subject, arm, study)

Arguments

data

(data.frame)
the subject-level data.

subject

(character)
the name of the variable containing the subject identifier.

arm

(character)
the name of the variable containing the arm identifier.

study

(character)
the name of the variable containing the study identifier.

Slots

data

(data.frame)
the subject-level data.

subject

(character)
the name of the variable containing the subject identifier.

arm

(character)
the name of the variable containing the arm identifier.

study

(character)
the name of the variable containing the study identifier.