Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 5 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.4%) to scientific vocabulary
Repository
Repository for the R-package lmerTest
Basic Info
Statistics
- Stars: 53
- Watchers: 6
- Forks: 9
- Open Issues: 16
- Releases: 0
Metadata Files
README.md
lmerTest - Tests in Linear Mixed Effects Models
This is the repo for the new lmerTest package, the old package is available here.
Main features
The lmerTest package provides p-values in type I, II or III anova and summary
tables for linear mixed models (lmer model fits cf. lme4) via Satterthwaite's degrees of freedom method; a Kenward-Roger method is also available via the pbkrtest
package. Model selection and assessment methods include step, drop1, anova-like
tables for random effects (ranova), least-square means (LS-means; ls_means)
and tests of linear contrasts of fixed effects (contest).
Citation
To cite lmerTest in publications use:
Kuznetsova A., Brockhoff P.B. and Christensen R.H.B. (2017). "lmerTest Package: Tests in Linear Mixed Effects Models." Journal of Statistical Software, 82(13), pp. 1–26. doi: 10.18637/jss.v082.i13.
Corresponding BibTeX entry:
@Article{,
title = {{lmerTest} Package: Tests in Linear Mixed Effects Models},
author = {Alexandra Kuznetsova and Per B. Brockhoff and Rune H. B.
Christensen},
journal = {Journal of Statistical Software},
year = {2017},
volume = {82},
number = {13},
pages = {1--26},
doi = {10.18637/jss.v082.i13},
}
Discovered a bug?
Please raise a new issue! Preferably add code that illustrates the problem using one of the datasets from lmerTest.
Installation
Basically there are two options for installing lmerTest:
- Released (stable version) from CRAN: in R run
install.packages("lmerTest"). - Development version from GitHub: First load the devtools package (and install it if you do not have it) and install the default (master) branch:
library("devtools") install_github("runehaubo/lmerTestR")If you haven't already installed a previous version of lmerTest you need to also install dependencies (other packages that lmerTest depends on and requires you to install to function properly). We recommend that you install lmerTest from CRAN (usinginstall.packages("lmerTest")) before installing from GitHub as described above.
An alternative is to use
library("devtools")
install_github("runehaubo/lmerTestR", dependencies=TRUE)
but that requires you to install all dependent packages from source (which only works if you have the correct compilers installed and set up correctly); installing the pre-compiled packages from CRAN is usually easier.
Owner
- Name: Rune Haubo B Christensen
- Login: runehaubo
- Kind: user
- Location: Copenhagen, Denmark
- Company: CORE Copenhagen Research Center for Mental Health
- Repositories: 17
- Profile: https://github.com/runehaubo
GitHub Events
Total
- Issues event: 2
- Watch event: 4
- Issue comment event: 2
- Pull request event: 1
Last Year
- Issues event: 2
- Watch event: 4
- Issue comment event: 2
- Pull request event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| user | n****l | 138 |
| Martin Maechler | m****r@r****g | 4 |
| Ben Bolker | b****r@g****m | 2 |
| Nina Munkholt Jakobsen | n****a@d****k | 2 |
| Rune Haubo B Christensen | r****o@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 41
- Total pull requests: 13
- Average time to close issues: 5 months
- Average time to close pull requests: 15 days
- Total issue authors: 38
- Total pull request authors: 5
- Average comments per issue: 1.95
- Average comments per pull request: 0.54
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- bbolker (2)
- meierluk (2)
- Benambridge (2)
- singmann (2)
- sho-87 (1)
- KennethEnevoldsen (1)
- hsiangw (1)
- toomanykims (1)
- hugesingleton (1)
- albrightb (1)
- ahmjebb1 (1)
- wkmustahs21 (1)
- josherrickson (1)
- liamblything1 (1)
- toouggy (1)
Pull Request Authors
- runehaubo (6)
- bbolker (3)
- mmaechler (2)
- nmjakobsen (2)
- sofpj (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 50,564 last-month
- Total docker downloads: 674,718
-
Total dependent packages: 92
(may contain duplicates) -
Total dependent repositories: 209
(may contain duplicates) - Total versions: 27
- Total maintainers: 1
cran.r-project.org: lmerTest
Tests in Linear Mixed Effects Models
- Homepage: https://github.com/runehaubo/lmerTestR
- Documentation: http://cran.r-project.org/web/packages/lmerTest/lmerTest.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 3.1-3
published over 5 years ago
Rankings
Maintainers (1)
conda-forge.org: r-lmertest
- Homepage: https://github.com/runehaubo/lmerTestR
- License: GPL (>= 2)
-
Latest release: 2.0_33
published almost 4 years ago
Rankings
Dependencies
- R >= 3.2.5 depends
- lme4 >= 1.1 depends
- methods * depends
- stats * depends
- MASS * imports
- ggplot2 * imports
- numDeriv * imports
- pbkrtest >= 0.4 suggests
- tools * suggests