simulated_data_norm
simulated_data_normsimulated_data_norm
A simulated data frame with 600 rows and 9 columns, following a combination of normal and binomial distribution
type of data, "TTO" indicates normal distribution, "DCE_A" indicates binomial distribution
result of the formula y ~ x1 + x2 + x3
random numbers from rnorm
original class of the data point
id number of observations to simulated different persons
result of the formula y ~ (x1 \* beta1 + x2 \* beta3) \* (x1 \* beta1 + x3 \* beta3)
column y censored at 3
...