# NOT RUN {
# MZ twins
markerSimParametric(kappa = c(0,0,1), N = 5, alleles = 1:10)
# Equal distribution of states 1 and 2
markerSimParametric(delta = c(.5,.5,0,0,0,0,0,0,0), N = 5, alleles = 1:10)
# Force a specific sequence of states
markerSimParametric(states = c(1,2,7,8,9), N = 5, alleles = 1:10)
# }
Run the code above in your browser using DataLab