User Tools

Site Tools


readme.pedictf90

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.pedictf90 [2020/03/13 19:10] yutakareadme.pedictf90 [2022/05/09 22:38] – [More explanation] dani
Line 20: Line 20:
 with ''OPTION include_effects 3''. with ''OPTION include_effects 3''.
  
-  * y_hat = animal_hat 
   * ystar = y - herd_hat - age_hat   * ystar = y - herd_hat - age_hat
 +  * y_hat = animal_hat
  
-Which makes cor(y_hat,y_star) = cor(ebv, corrected y) which is a measure of accuracy.+Which makes cor(y_hat,y_star) = cor(ebv, adjusted y), in this example, which is a measure of accuracy.
  
-It outputs the correlation between y_hat and y_star, for instance cor(ystar,yhat)=cor(u+e, uhat) and outputs these columns into a file, together with animal id (if there is animal in the model) or record number (if not).+It outputs the correlation between y_hat and y_star, for instancecor(ystar,yhat)=cor(u+e, uhat) and outputs these columns into a file, together with animal id (if there is animal in the model) or record number (if not).
  
 In addition, if animal effect is in the model, it produces a file with ebvs from the solutions file. In addition, if animal effect is in the model, it produces a file with ebvs from the solutions file.
Line 38: Line 38:
 The program calculates the following quantities. The program calculates the following quantities.
  
 +  * y_star: ''y - (effects to be adjusted for)''
   * y_hat: ''(effects to kept)''   * y_hat: ''(effects to kept)''
-  * y_star: ''y - (effects to be corrected)'' 
   * residual: ''residual''   * residual: ''residual''
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki