MPTmultiverse

An R package for the comparison of MPT analysis approaches

https://github.com/mpt-network/mptmultiverse

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 4 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An R package for the comparison of MPT analysis approaches

Basic Info
  • Host: GitHub
  • Owner: mpt-network
  • Language: HTML
  • Default Branch: master
  • Size: 1.46 MB
Statistics
  • Stars: 3
  • Watchers: 6
  • Forks: 6
  • Open Issues: 7
  • Releases: 0
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

MPTmultiverse

MPTmultiverse is an R package that provides functions for a multiverse analysis of multinomial processing tree (MPT) models. Note that the package is currently work in progress and should be considered alpha. If you experience problems, open an issue.

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status

Install

To install MPTmultiverse, make sure you already installed the devtools package via install.packages("devtools"). Moreover, you also need a to have JAGS installed: Go to http://mcmc-jags.sourceforge.net/ for instructions on how to install JAGS on your machine.

If these prerequisites are met, type devtools::install_github("mpt-network/MPTmultiverse") in your R console to install MPTmultiverse together with all required packages that it depends on. To make sure that you are using the latest versions of all packages, you should also run update.packages(ask = FALSE).

Usage

  1. Create a new folder that contains the following three files (cf. the subfolder vignettes/):
    1. The MPT model in the .eqn-format
      • The model should be parameterized including all equality constraints.
      • To encode fixed parameters (e.g., g=.50), replace the parameter in the eqn-file by constants.
    2. The data with individual frequencies as a .csv-file
    3. The file analysis.rmd(copied from the vignettes subfolder).
  2. Adjust the input options in analysis.rmd in the section "MPT model definition & Data". You have to specify the correct file names and the names of the columns in your data that contain a subject identifier and between-subjects conditions.
  3. Optionally, set some options (e.g., the number of bootstrap samples) via mpt_options()
  4. Run the analysis script (e.g., by knitting the .rmd file).

Current limitations

  • For the Bayesian models with "no-pooling" and "complete-pooling", no additional MCMC samples are drawn to achieve the desired level of convergence (e.g., Rhat < 1.05). This might be addressed in future versions of TreeBUGS. As a remedy, the number of MCMC iterations can be increased a priori (via mpt_options()).

All code in this repository is released under the GPL v2 or later license. All non-code materials is released under the CC-BY-SA license.

Owner

  • Name: mpt-network
  • Login: mpt-network
  • Kind: organization

GitHub Events

Total
  • Push event: 1
  • Pull request event: 1
  • Fork event: 2
  • Create event: 1
Last Year
  • Push event: 1
  • Pull request event: 1
  • Fork event: 2
  • Create event: 1

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 203
  • Total Committers: 4
  • Avg Commits per committer: 50.75
  • Development Distribution Score (DDS): 0.517
Top Committers
Name Email Commits
mariusbarth m****h@u****e 98
Henrik Singmann s****n@g****m 83
Daniel Heck d****k@w****e 21
Frederik Aust f****t@u****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 21
  • Total pull requests: 3
  • Average time to close issues: 3 months
  • Average time to close pull requests: 5 months
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 2.05
  • Average comments per pull request: 1.33
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mariusbarth (11)
  • singmann (4)
  • danheck (4)
  • crsh (2)
Pull Request Authors
  • crsh (2)
  • mariusbarth (2)
Top Labels
Issue Labels
bug (1) question (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 173 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: MPTmultiverse

Multiverse Analysis of Multinomial Processing Tree Models

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 173 Last month
Rankings
Forks count: 14.2%
Dependent repos count: 23.9%
Stargazers count: 25.5%
Average: 27.8%
Dependent packages count: 28.7%
Downloads: 46.5%
Maintainers (1)
Last synced: about 1 year ago

Dependencies

DESCRIPTION cran
  • R >= 2.11.1 depends
  • MPTinR * imports
  • TreeBUGS >= 1.4.4 imports
  • coda * imports
  • dplyr * imports
  • ggplot2 * imports
  • limSolve * imports
  • magrittr * imports
  • parallel * imports
  • purrr * imports
  • readr * imports
  • reshape2 * imports
  • rlang * imports
  • runjags * imports
  • tibble * imports
  • tidyr * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests