N.B. Even if all animals in the data have known dams, you may have animals in the pedigree with unknown dams. If you wish to fit a maternal genetic effect, you will then similarly need to assign dummy dam codes for all unknown dams, i.e. the third column in the pedigree file cannot contain any zeros. Again, your analysis will work best if this proportion of dams is relatively small.
−−self
(not in the manual), provided that you are confident the standard rules to set up the inverse of the numerator relationship matrix are applicable. An alternative is to set up the inverse relationship matrix yourself and supply it as a generalized inverse covariance matrix (.gin
file).animal
to represent direct, additive genetic effects – the estimates of the RR coefficients are the in the file ''RnSoln_animal.dat''. Further, say you have fitted 3 basis functions $\Phi_{i}$, such as the first three Legendre polynomials, and that you are interested in breeding values at age $a$. You then need to evaluate the regression equation $$b_{1i}\Phi_{1}(a) + b_{2i} \Phi_{2}(a)+ b_{3i} \Phi_{3}(a)$$ for each animal, with WOMBAT does not perform these simple calculations for you, but to make this task easier, it writes out a file with the basis functions evaluated for all values of the control variable occurring in the data – see the manual for details!
−−batch
but, please, read the warning messages!.bin
) files. Is there any way I can access the information in these - I'd be interested in things like the inbreeding coefficients for individual animals.Matrix of starting values is “invalid”
– what does this mean and what can I do about it? And why can't WOMBAT fix this automatically?-c
to tell WOMBAT to pick up the starting values from the file BestPoint
doesn't work – the program ignores it completely and uses the values from the .par
file. Why?BestPoint
you'll see two numbers on the first line, the log likelihood value and the number of parameters..par
file. If the two don't match, the input from BestPoint
is unceremoniously ignored. This is a small `safety catch' which helps avoiding input from an inappropriate file. BestPoint
and replace the old number of parameters with the number for the next reduced rank run. This is easy to work out: Say you have a genetic covariance matrix for q traits. The full rank estimate has p=q(q+1)/2 parameters, reducing the rank r by one reduces p by one, reducing r to q-2 reduces p by 3, reducing r to q-3 reduces p by 6, and so forth. The general formula for the number of parameters to be estimated in a matrix of size q and rank r is p = r(2q-r+1)/2 .