Learn R Programming

trajeR (version 1.0)

data_CNORM_Censored: Simulated Censored CNORM Dataset

Description

This dataset is a simulated dataset specifically designed for use with the trajeR.CNORM function, demonstrating its capabilities with censored data. The trajeR.CNORM function is an internal function to fit Censored Normal (CNORM) models.

Censoring refers to observations where the true value is not precisely known but is known to be above or below a certain threshold. The trajeR.CNORM function supports both ymin (minimum value for censoring) and ymax (maximum value for censoring).

This dataset is expected to contain a response variable (Y), time variable (A), and potentially covariates (X, TCOV) suitable for trajectory analysis using the CNORM model, where some observations in Y are censored.

Usage

data_CNORM_Censored

Arguments

Format

Expected to be a data format compatible with the trajeR.CNORM function, typically matrices for Y, A, X, and TCOV. The specific structure would be similar to other datasets used with trajeR.CNORM.