Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mi2-warsaw/lmmfit
- Owner: mi2-warsaw
- Created: 2015-07-24T08:33:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T08:38:07.000Z (over 9 years ago)
- Last Synced: 2024-08-23T00:25:58.932Z (3 months ago)
- Language: R
- Size: 121 KB
- Stars: 2
- Watchers: 10
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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")
```