Being able to make predictions with known (or estimated) viabilities, doesn't do us a heck of a lot of good unless we can figure out what those viabilities are. Fortunately, figuring them out isn't too hard to do. If we know the number of individuals of each genotype before selection, it's really easy as a matter of fact. Consider that our data looks like this:
| Genotype | |||
| Number in zygotes | |||
| Viability | |||
| Number in adults |
|
|
|
In other words, estimating the absolute viability simply consists of
estimating the probability that an individuals of each genotype that
survive from zygote to adult. The maximum-likelihood estimate is, of
course, just what you would probably guess:
n.11.adult ~ dbin(w.11, n.11) n.12.adult ~ dbin(w.12, n.11) n.22.adult ~ dbin(w.22, n.11)