hyacz / gremlin

R package for mixed-effects REML incorporating Generalized Inverses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gremlin

R package for mixed-effects model REML incorporating Generalized Inverses (so, with some mental gymnastics: GREMLIN).

See the latest developments:

Overview of main branches:

  • master branch is the most recent production version (often the same as what is available from the R CRAN mirrors)
  • devel branch is a preview of the next release which should be functional and error/bug free, but proceed with caution
  • gremlinR branch is a pure R implementation. This serves as a testing ground and as a learning tool to see what gremlin is doing 'under the hood' using just the R language. This may lag behind devel and master, but see the NEWS page for an overview of the most recent changes!

To obtain gremlin:

  • From GitHub:
    • clone or download the latest development version here
    • install the latest development version directly in R using the devtools package https://github.com/hadley/devtools:
    library(devtools)
    install_github("matthewwolak/gremlin")
    
    # Or install a development or different branch (e.g., pure R branch below)
    install_github("matthewwolak/gremlin", ref = "gremlinR")

About

R package for mixed-effects REML incorporating Generalized Inverses

License:GNU General Public License v3.0