Wow, that looks really bad...
Have you tried method = "em"? AIREML is faster, but it can be very inestable when one or more of the variance components are very small (sensitivity to initial values, NAs, etc.). EM will be slower, but it will eventually converge (giving perhaps a somewhat inflated estimation of the negligible variance).
Also, try to fit each generic component individually, to see
whether one of them is causing troubles.
I'm guessing there is numerical inestability somewhere. Look for very small variances and consider removing those effects. Try to re-scale values to work with reasonable values of variances.
If nothing works, I can give a look if you want. We can email
privately.
ƒacu.-
--
Report issues at https://github.com/famuvie/breedR/issues
---
You received this message because you are subscribed to the Google Groups "breedR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to breedr+un...@googlegroups.com.
To post to this group, send email to bre...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/breedr/c1473dfa-46e1-4581-8e91-14d88423a9ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
BreedR
Single Kernel, genome not partitioned (AI algorithm)
TRIAL 0.168
REP 0.001
GENOTYPE 1.1897
Residual 0.4566
Single Kernel, genome not partitioned (EM algorithm)
TRIAL 0.168400
REP 0.001159
GENOTYPE 1.19
Residual 0.457
BreedR
Two Kernel, genome partitioned (AI algorithm)
TRIAL 1.7165e-01
REP 1.1420e-03
GENOTYPE_region1 2.0449e+04
GENOTYPE_region2 1.5510e+09
Residual 4.5507e-01
Two Kernel, genome partitioned (EM algorithm)
TRIAL 0.167600
REP 0.001152
GENOTYPE_region1 1.199
GENOTYPE_region2 1.199
Residual 0.458600
sommer::mmer()
Two Kernel, genome partitioned (Newton-Raphson algorithm)
TRIAL 0.168424
REP 0.001112
GENOTYPE_region1 0.181813
GENOTYPE_region2 1.014361
Residual 0.456645
Dear Martin,
Would you please repeat the tests with each of the following modifications?
1. Remove the REP effect (which is negligible, anyway)
2. Multiply the response by a factor of 10
3. Both 1 and 2
As you can see, I'm trying to confirm some of my earlier
hypotheses of numerical inestabilities.
Thanks
ƒacu.-
To view this discussion on the web visit https://groups.google.com/d/msgid/breedr/eafdeea0-e6e4-48bf-b78d-4e8bee1f668e%40googlegroups.com.