lmerTest

Repository for the R-package lmerTest

https://github.com/runehaubo/lmertestr

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
Last synced: 10 months ago · JSON representation

Repository

Repository for the R-package lmerTest

Basic Info
  • Host: GitHub
  • Owner: runehaubo
  • Language: HTML
  • Default Branch: master
  • Homepage:
  • Size: 1.53 MB
Statistics
  • Stars: 53
  • Watchers: 6
  • Forks: 9
  • Open Issues: 16
  • Releases: 0
Created over 8 years ago · Last pushed over 5 years ago
Metadata Files
Readme

README.md

lmerTest - Tests in Linear Mixed Effects Models

This is the repo for the new lmerTest package, the old package is available here.

Build Status cran version downloads total downloads Research software impact

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:

  1. Released (stable version) from CRAN: in R run install.packages("lmerTest").
  2. 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 (using install.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

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

All Time
  • Total Commits: 147
  • Total Committers: 5
  • Avg Commits per committer: 29.4
  • Development Distribution Score (DDS): 0.061
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
enhancement (1)
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

  • Versions: 21
  • Dependent Packages: 85
  • Dependent Repositories: 205
  • Downloads: 50,564 Last month
  • Docker Downloads: 674,718
Rankings
Dependent packages count: 1.1%
Dependent repos count: 1.2%
Downloads: 1.8%
Average: 6.6%
Stargazers count: 7.4%
Forks count: 8.1%
Docker downloads count: 19.8%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-lmertest
  • Versions: 6
  • Dependent Packages: 7
  • Dependent Repositories: 4
Rankings
Dependent packages count: 8.0%
Dependent repos count: 16.1%
Average: 28.3%
Stargazers count: 41.7%
Forks count: 47.5%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • 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