| data_CNORM_Censored | R Documentation |
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.
data_CNORM_Censored
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.
Simulated data for illustrative purposes of censored trajectory analysis
using the trajeR.CNORM model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.