Print information about data simulation
# S3 method for modSim
print(x, ...)
output of modelSim function (must be of type modSim)
supplementary parameters
print x
library(survMS)
### Survival data simulated from AH model
res_paramLN = get_param_ln(var=170000, mu=2325)
listAHSim_n500_p1000 <- modelSim(model = "AH", matDistr = "unif", matParam = c(-1,1), n = 500,
p = 100, pnonull = 100, betaDistr = 1.5, hazDistr = "log-normal",
hazParams = c(res_paramLN$a*4, res_paramLN$lambda),
Phi = 0, seed = 1, d = 0)
#> Warning: Options "non-linearity with interactions" not available
### Information about simulation
print(listAHSim_n500_p1000)
#> Simulated matrix of size 500 100
#> Distribution of baseline hazard function log-normal
#> Distribution parameter of baseline hazard function 0.7038675 7.735993
#> Censorship rate 0