simulated_data_norm: simulated_data_norm

simulated_data_normR Documentation

simulated_data_norm

Description

simulated_data_norm

Usage

simulated_data_norm

Format

simulated_data_norm

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

type

type of data

y

result of the model 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_cens

column y censored at 3

...

Source

simulated with true parameter values: Class 1: sigma = 1.0, theta = 5 and c(x1,x2,x3) = c(0.5, -0.3, 0.8) Class 2: sigma = 0.5, theta = 2 and c(x1,x2,x3) = c(1.4, 2.3, -0.2)


hyreg2 documentation built on Nov. 5, 2025, 7:38 p.m.