Learn R Programming

hyreg2 (version 1.1.0)

simulated_data_norm: simulated_data_norm

Description

simulated_data_norm

Usage

simulated_data_norm

Arguments

Format

simulated_data_norm

A simulated data frame with 600 rows and 9 columns, following a combination of normal and binomial distribution

type

type of data, "TTO" indicates normal distribution, "DCE_A" indicates binomial distribution

y

result of the formula y ~ x1 + x2 + x3

x1, x2, x3

random numbers from rnorm

class

original class of the data point

id

id number of observations to simulated different persons

y_non

result of the formula y ~ (x1 \* beta1 + x2 \* beta3) \* (x1 \* beta1 + x3 \* beta3)

y_cens

column y censored at 3

...