# NOT RUN {
#Simulating data
res.sim=sim.data(nb.pept=2000,nb.miss=600,pi.mcar=0.2,para=0.5,nb.cond=2,nb.repbio=3,
nb.sample=5,m.c=25,sd.c=2,sd.rb=0.5,sd.r=0.2);
data=res.sim$dat.obs;
cond=res.sim$conditions;
#Estimation of lower and upper bounds for each missing value
res=estim.bound(data,conditions=cond);
# }
Run the code above in your browser using DataLab