Simulation: Simulation

Description Usage Arguments Value Examples

View source: R/Simulation.R

Description

Simulate heterogeneous datasets of censored observations to be model by three different Bayesian nonparametric methods. It writes the results in a csv.

Usage

1
2
3
4
Simulation(seed, replications = 1, iterations = 55000, burnin = 5000,
  thinning = 50, L = 35, K = 20, frailty = T, n = 10, J = 10,
  case = "1", factor = 1, Prior = c(0, 0.1, 2 * 1/3, 2 * 1/3, rep(c(5,
  0.1), 2)), val_prop = 0, nb_cores = 4)

Arguments

seed

Value

None

Examples

1
2
3
4
## Not run: 
Simulation(seed=1)

## End(Not run)

AlexPiche/DPsurv documentation built on May 5, 2019, 4:52 a.m.