Learn R Programming

trajeR (version 1.0)

data_LOGIT: Simulated LOGIT Dataset

Description

This dataset is a simulated dataset for use with the trajeR.LOGIT function, which is an internal function to fit Logistic trajectory models. This dataset is likely used to demonstrate the functionality of the trajeR.LOGIT model.

The LOGIT model is suitable for binary or categorical outcome variables, often representing probabilities or classifications.

Usage

data_LOGIT

Arguments

Format

Expected to be a data format compatible with the trajeR.LOGIT function, typically matrices for the response variable (Y), time variable (A), and potentially covariates (X, TCOV).