https://github.com/cran/sparseFLMM
Raw File
Tip revision: 3d1203b48f7c62e32d347f479e8b295770f2f806 authored by Jona Cederbaum on 11 September 2020, 11:20:02 UTC
version 0.3.1
Tip revision: 3d1203b
NEWS.md
Changes in sparseFLMM v0.3.1.tar.gz (Update date: 2020-10-11):
* depend on higher version of refund


Changes in sparseFLMM v0.2.2.tar.gz (Update date: 2018-03-26):
* replace rBind and cBind by rbind and cbind as they are depricated.

  
  Changes in sparseFLMM v0.2.1.tar.gz (Release date: 2017-09-23):
* fix for triangular covariance estimation; only use products
  \tilde{y}_{ij}\tilde{y}_{i^\prime j^\prime} with 
  t_{ij} \leq t_{i^\prime j^\prime} when i \leq i^\prime and with 
  t_{ij} < t_{i^\prime j^\prime} otherwise. 
back to top