Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mi2-warsaw/lmmfit

Goodness-of-fit-measures for linear mixed models with one-level-grouping
https://github.com/mi2-warsaw/lmmfit

Last synced: about 17 hours ago
JSON representation

Goodness-of-fit-measures for linear mixed models with one-level-grouping

Awesome Lists containing this project

README

        

Goodness-of-fit-measures for linear mixed models with one-level-grouping
========================================================================

Package lmmfit contains three functions evaluating some goodness-of-fit-measures for linear mixed models with one-level-grouping fitted using lme() from package nlme.

Installation of the lmmfit package:

To get started, install the latest version of **lmmfit** from GitHub:
```{Ruby}
if (!require(devtools)) {
install.packages("devtools")
require(devtools)
}
install_github("mi2-warsaw/lmmfit")
```
Make sure you have [rtools](http://cran.r-project.org/bin/windows/Rtools/) installed on your computer.

The list of available functions:

```{Ruby}
help(package="lmmfit")
```