RLRsim

R package for fast & exact (restricted) likelihood ratio tests for mixed and additive models

https://github.com/fabian-s/rlrsim

Science Score: 13.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 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package for fast & exact (restricted) likelihood ratio tests for mixed and additive models

Basic Info
  • Host: GitHub
  • Owner: fabian-s
  • Language: R
  • Default Branch: master
  • Size: 81.1 KB
Statistics
  • Stars: 11
  • Watchers: 1
  • Forks: 4
  • Open Issues: 2
  • Releases: 0
Created almost 12 years ago · Last pushed over 4 years ago
Metadata Files
Readme

README.md

RLRsim

Travis build status <!-- badges: end -->

R package for fast & exact (restricted) likelihood ratio tests for mixed and additive models.

RLRsim implements fast simulation-based exact tests for variance components in mixed and additive models for conditionally Gaussian responses -- i.e., tests for questions like:

  • is this random intercept significantly different from 0?
  • is this smooth effect significantly nonlinear?
  • is this smooth effect significantly different from a constant effect?

The convenience functions exactRLRT and exactLRT can deal with fitted models from packages lme4, nlme, gamm4 and from mgcv's gamm()-function. Workhorse functions LRTSim and RLRTSim accept design matrices as inputs directly and can thus be used more generally to generate exact critical values for the corresponding (restricted) likelihood ratio tests.

The theory behind these tests was first developed in

Crainiceanu, C. and Ruppert, D. (2004) Likelihood ratio tests in linear mixed models with one variance component, Journal of the Royal Statistical Society: Series B, 66,165--185.

Power analyses and sensitivity studies for RLRsim can be found in

Scheipl, F., Greven, S. and Kuechenhoff, H. (2008) Size and power of tests for a zero random effect variance or polynomial regression in additive and linear mixed models. Computational Statistics & Data Analysis, 52(7):3283--3299.

Owner

  • Name: Fabian Scheipl
  • Login: fabian-s
  • Kind: user
  • Location: Munich
  • Company: Ludwig-Maximilians-Universität München

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 55
  • Total Committers: 3
  • Avg Commits per committer: 18.333
  • Development Distribution Score (DDS): 0.218
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
fabian-s f****l@g****m 43
fabian-s f****l@g****m 9
Ben Bolker b****r@g****m 3

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 8
  • Total pull requests: 3
  • Average time to close issues: about 18 hours
  • Average time to close pull requests: 6 days
  • Total issue authors: 6
  • Total pull request authors: 1
  • Average comments per issue: 1.5
  • Average comments per pull request: 0.67
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 4 minutes
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • fabian-s (3)
  • b1azk0 (1)
  • zhaoni153 (1)
  • travis-leith (1)
  • bbolker (1)
  • IrisTeng (1)
Pull Request Authors
  • bbolker (3)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 4,552 last-month
  • Total docker downloads: 45,845
  • Total dependent packages: 14
    (may contain duplicates)
  • Total dependent repositories: 19
    (may contain duplicates)
  • Total versions: 26
  • Total maintainers: 1
cran.r-project.org: RLRsim

Exact (Restricted) Likelihood Ratio Tests for Mixed and Additive Models

  • Versions: 22
  • Dependent Packages: 12
  • Dependent Repositories: 19
  • Downloads: 4,552 Last month
  • Docker Downloads: 45,845
Rankings
Dependent packages count: 4.6%
Dependent repos count: 6.5%
Downloads: 7.4%
Average: 11.4%
Forks count: 12.2%
Stargazers count: 15.8%
Docker downloads count: 21.8%
Last synced: 12 months ago
conda-forge.org: r-rlrsim
  • Versions: 4
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent packages count: 19.5%
Dependent repos count: 34.0%
Average: 38.3%
Forks count: 49.6%
Stargazers count: 50.2%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.14.0 depends
  • SemiPar * enhances
  • lmerTest * enhances
  • Rcpp >= 0.11.1 imports
  • lme4 >= 1.1 imports
  • mgcv * imports
  • nlme * imports