## Generate a dataset with 5 peptides in each of the 2 groups, observed for
## 3 different samples
data = simu_db(nb_peptide = 5, nb_group = 2, nb_sample = 3)
## Generate a dataset with 3 peptides in each of the 3 groups, observed for
## 4 different samples, for which 5 imputation draws are available.
data = simu_db(nb_peptide = 3, nb_group = 3, nb_sample = 4, nb_draw = 5)
Run the code above in your browser using DataLab