User Tools

Site Tools


readme.aireml

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
readme.aireml [2014/08/01 17:01] shogoreadme.aireml [2015/09/08 05:43] – [Options] dani
Line 2: Line 2:
  
 ===== Summary ===== ===== Summary =====
-A modification of REMLF90 for estimating variances with the Average-Information algorithm. Initially written by Shogo Tsuruta in 03/99-07/99.+A modification of REMLF90 for estimating variances with the Average-Information algorithm. Initially written by Shogo Tsuruta in 03/99-07/99. AIREMLF90 uses a second derivative REML algorithm with extra heuristics, as is described in Jensen et al. (1996-7). For most models, it converges in far fewer rounds than EM-REML as implemented in REMLF90. While typically REMLF90 takes 50-300 rounds to converge, AIREMLF90 converges in 5-15 rounds and to a higher accuracy. The final results will be saved in "airemlf90.log".
 \\ \\
-AIREMLF90 uses a second derivative REML algrithm with extra heuristics, as is described in Jensen et al. (1996-7). For most models, it converges in far fewer rounds than EM-REML as implemented in REMLF90. While typically REMLF90 takes 50-300 rounds to converge, AIREMLF90 converges in 5-15 rounds and to a higher accuracy. For selected models, AI-REML may fail to converge when the covariance matrix is close to non-positive definite. Adjust sensitivity of the program by setting the appropriate tolerance or setting good starting values. The final results will be saved in "AIREMLF90.log". 
 \\ \\
 See PREGSF90 with genotypes (SNP) for options.  See PREGSF90 with genotypes (SNP) for options. 
Line 16: Line 15:
 OPTION maxrounds 1000 OPTION maxrounds 1000
 </file> </file>
-Maximum rounds (default 5000). When the number < 2, the program calculates BLUP without iterating REML.+Maximum rounds (default 5000). When the number = 0, the program calculates BLUP without iterating REML and some statistics (-2logL, AIC, SE for (co)variances, ...).
 <file> <file>
 OPTION EM-REML 10 OPTION EM-REML 10
Line 46: Line 45:
 </file> </file>
 Specify the missing value (default 0). Specify the missing value (default 0).
 +<file>
 +OPTION constant_var 5 1 2 ...
 +</file>
 +5: effect number\\
 +1: first trait number\\
 +2: second trait number\\
 +implying the covariance between traits 1 and 2 for effect 5.
  
 **Heterogeneous residual variances for a single trait** **Heterogeneous residual variances for a single trait**
Line 90: Line 96:
 A formula to calculate a function of (co)variances to estimate SD. All terms of the function should be written with no spaces.\\ A formula to calculate a function of (co)variances to estimate SD. All terms of the function should be written with no spaces.\\
 \\ \\
-Each term of the function corresponds to (co)variance elements and could include any random effects (G, PE, ...) and residual (R) (co)variances.\\+Each term of the function corresponds to (co)variance elements and could include any random effects (G) and residual (R) (co)variances.\\
 \\ \\
 Notation is with reference to the effect number and the trait number (''G_eff1_eff2_trt1_trt2'') that indicate the element of the (co)variance matrix for random effect ''eff1'' and ''eff2'' and ''trt1'' and ''trt2'',\\ Notation is with reference to the effect number and the trait number (''G_eff1_eff2_trt1_trt2'') that indicate the element of the (co)variance matrix for random effect ''eff1'' and ''eff2'' and ''trt1'' and ''trt2'',\\
Line 121: Line 127:
 <file>OPTION out_se_covar_function</file> <file>OPTION out_se_covar_function</file>
 Indicate to store in file samples of (co)variances function for postprocessing (histogram, etc.)  Indicate to store in file samples of (co)variances function for postprocessing (histogram, etc.) 
 +
 +===== Tricks =====
 +When the covariance matrix is close to non-positive definite, the AIREMLF90 may not converge.
 +There are two options you might want to try:
 +
 +1. change the tolerance value (xx) in the option:
 +
 +OPTION tol xx
 +
 +to a very strict value (e.g., 1d-20) or a lenient value (1d-06).
 +
 +2. use an option to use EM-REML inside AI-REML:
 +
 +OPTION EM-REML xx
 +
 +where xx is the number of iterations for EM-REML you expect to get a good starting value for AI-REML. After running xx rounds with EM-REML, the AIREMLF90 program will automatically switch from EM-REML to AI-REML using the last estimate from EM-REML as a starting value for AI-REML.
 +
readme.aireml.txt · Last modified: 2024/03/25 18:22 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki