setModel: Set characteristics of the Bayesian mixture model for dosages
Description
Used to automatically set up Bayesian finite mixture models
for dosage allocation of dominant markers in autopolyploids given the
number of components and ploidy level
# NOT RUN {## simulate small autooctaploid data seta1 <- sim.autoMarkers(8,c(0.7,0.2,0.1),n.markers=100,n.individuals=50)
## set up model with 3 componentsx <- setModel(3,8)
print(x)
# }