https://github.com/cran/sparseFLMM
Raw File
Tip revision: 5f8586c66031f53974ac4cb296fe3f6c49923ba6 authored by Jona Cederbaum on 02 October 2019, 03:50:02 UTC
version 0.3.0
Tip revision: 5f8586c
NEWS.md
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