Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.14 KB

README.md

File metadata and controls

49 lines (33 loc) · 2.14 KB

lmmtools

A Set of Tools for Linear Mixed Models

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

minimal R version packageversion Licence Hits

This package conatins a range of functions useful either before an analysis using asreml-R, or after fitting.


Installation

Use the following code to install the latest version of this package.

if(!require("remotes")) install.packages("remotes") 
remotes::install_github("biometryhub/lmmtools")

Using the package

Load the package and start using it with:

library(lmmtools)

If you find this package useful, please cite it! Type citation("lmmtools") on the R console to find out how.