User Tools

Site Tools


readme.reml

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
readme.reml [2012/05/28 14:11] – created shogoreadme.reml [2014/04/25 17:08] shogo
Line 1: Line 1:
-REMLF90 - Additions to PDF documentation +====== REMLF90 ======
-IM 02/17/2003+
  
-Two new random types were addedType: +===== Summary ===== 
-user_file +Variance component estimation program with EM-REML algorithmThe final results will be saved in "REMLF90.log". 
-accepts a matrix from a file specified under keyword FILE in the following +\\ 
-format: +See PREGSF90 with genotypes (SNP) for options.
-row col value +
-row col value +
-.....+
  
-Values can be loweror upper-stored but not both+===== Options ===== 
- +<file> 
-Second type+OPTION conv_crit1d-12 
-user_file_inv +</file> 
-works as befoer except that the given matrix is inverted before being +Convergence criterion (default 1d-10)
-used in mixed model equations.+<file> 
 +OPTION maxrounds 10000 
 +</file> 
 +Maximum rounds (default 5000). 
 +<file> 
 +OPTION sol se 
 +</file> 
 +Store solutions and se. 
 +<file> 
 +OPTION residual 
 +</file> 
 +y-hat and residuals will be included in "yhat_residual"
 +<file> 
 +OPTION missing -999 
 +</file> 
 +Specify missing observations (default 0). 
 +<file> 
 +OPTION use_yams 
 +</file> 
 +Run the program with YAMS (modified FSPAK). The computing time can be dramatically improved. 
 +<file> 
 +OPTION constant_var 5 1 2 
 +</file> 
 +5effect number\\ 
 +1: first trait number\\ 
 +2: second trait number\\ 
 +implying the covariance between traits 1 and 2 for effect 5. 
 +<file> 
 +OPTION SNP_file snp 
 +</file> 
 +Specify the SNP file name to use genotype data.
  
 +===== Does remlf90 always converge? =====
 +Even when there is no variance, remlf90 will estimate a positive variance (within the parameter space), which will be determined by the starting value. If you are not sure if there is any variance, use a small starting value such as 0.1 or 0.01. If the estimate does not change, probably there is no variance, so check your parameter file, model, and/or data again. If airemlf90 does not converge but remlf90 converges with the same data set and the same model, rerun remlf90 with a small starting value because the estimate could be artifact.
readme.reml.txt · Last modified: 2024/03/25 18:22 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki