obsStudyGeneExpressions {DevTreatRules} | R Documentation |
Simulated dataset for package DevTreatRule
Description
Simulated observational dataset reporting an indicator of remaining relapse-free at the end of the study period (clinical outcome) along with 14 additional baseline characteristics that may influence either treatment assignment, response to treatment, or both.
Usage
obsStudyGeneExpressions
Format
A data frame with 5000 rows and 15 variables:
no_relapse: Binary indicator of remaining relapse-free at the end of study period
intervention: Binary indicator of receiving treatment
prognosis: Two-level factor variable indicating whether clinic-specific measure of prognosis is “poor” or 'good”
clinic: Ten-level factor variable indicating which of 10 clinics each observation attended
age: Numeric variable indicating an individual's age (ranges from 40 to 65)
gene_1: Numeric variable representing the expression level of specific gene_1
gene_2: Numeric variable representing the expression level of specific gene_2
gene_3: Numeric variable representing the expression level of specific gene_3
gene_4: Numeric variable representing the expression level of specific gene_4
gene_5: Numeric variable representing the expression level of specific gene_5
gene_6: Numeric variable representing the expression level of specific gene_6
gene_7: Numeric variable representing the expression level of specific gene_7
gene_8: Numeric variable representing the expression level of specific gene_8
gene_9: Numeric variable representing the expression level of specific gene_9
gene_10: Numeric variable representing the expression level of specific gene_10