Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 6 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: jeksterslab
- License: other
- Language: TeX
- Default Branch: main
- Size: 479 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
License
Citation
README.md
metaVAR
Ivan Jacob Agaloos Pesigan 2025-08-18
Description
Fits fixed-, random-, or mixed-effects multivariate meta-analysis models using vector autoregressive model estimates from each individual.
Installation
You can install the development version of metaVAR from
GitHub with:
r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jeksterslab/metaVAR")
Documentation
See GitHub Pages for package documentation.
References
Cheung, M. W.-L. (2015). *Meta‐analysis: A structural equation modeling
approach*. Wiley.
Hunter, M. D. (2017). State space modeling in an open source, modular,
structural equation modeling environment. *Structural Equation Modeling:
A Multidisciplinary Journal*, *25*(2), 307–324.
Neale, M. C., Hunter, M. D., Pritikin, J. N., Zahery, M., Brick, T. R.,
Kirkpatrick, R. M., Estabrook, R., Bates, T. C., Maes, H. H., & Boker,
S. M. (2015). OpenMx 2.0: Extended structural equation and statistical
modeling. *Psychometrika*, *81*(2), 535–549.
R Core Team. (2024). *R: A language and environment for statistical
computing*. R Foundation for Statistical Computing.
Owner
- Name: Ivan Jacob Agaloos Pesigan
- Login: jeksterslab
- Kind: user
- Company: University of Macau
- Repositories: 25
- Profile: https://github.com/jeksterslab
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "metaVAR" in publications use:'
type: software
license: MIT
title: 'metaVAR: Multivariate Meta-Analysis of Vector Autoregressive Model Estimates'
version: 0.0.0.9000
abstract: Fits fixed-, random-, or mixed-effects multivariate meta-analysis models
using vector autoregressive model estimates from each individual.
authors:
- family-names: Pesigan
given-names: Ivan Jacob Agaloos
email: r.jeksterslab@gmail.com
orcid: https://orcid.org/0000-0003-4818-8420
preferred-citation:
type: manual
title: 'metaVAR: Multivariate Meta-Analysis of Vector Autoregressive Model Estimates'
authors:
- family-names: Pesigan
given-names: Ivan Jacob Agaloos
email: r.jeksterslab@gmail.com
orcid: https://orcid.org/0000-0003-4818-8420
year: '2025'
notes: R package version 0.0.0.9000
repository-code: https://github.com/jeksterslab/metaVAR
url: https://jeksterslab.github.io/metaVAR/
contact:
- family-names: Pesigan
given-names: Ivan Jacob Agaloos
email: r.jeksterslab@gmail.com
orcid: https://orcid.org/0000-0003-4818-8420
GitHub Events
Total
- Push event: 38
Last Year
- Push event: 38
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/check-full.yml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/latex.yml
actions
- actions/checkout v4 composite
- s0/git-publish-subdir-action develop composite
.github/workflows/lint.yml
actions
- actions/checkout v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/make-all.yml
actions
- actions/checkout v4 composite
.github/workflows/make.yml
actions
- actions/checkout v4 composite
- devops-infra/action-commit-push master composite
.github/workflows/pkgdown-gh-pages.yml
actions
- JamesIves/github-pages-deploy-action v4 composite
- actions/checkout v4 composite
.github/workflows/shellcheck.yml
actions
- actions/checkout v4 composite
- ludeeus/action-shellcheck master composite
.github/workflows/source.yml
actions
- actions/checkout v4 composite
- s0/git-publish-subdir-action develop composite
.github/workflows/test-coverage.yml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- OpenMx * depends
- R >= 3.5.0 depends
- Matrix * imports
- numDeriv * imports
- knitr * suggests
- rmarkdown * suggests
- simStateSpace * suggests
- testthat * suggests
.devcontainer/Dockerfile
docker
- ijapesigan/r2u-r-project latest build
.github/workflows/rhub-cran-add-01.yml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
.github/workflows/rhub-cran-add-02.yml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
.github/workflows/rhub-cran.yml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
.github/workflows/rhub-donttest.yml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
.github/workflows/rhub-etc.yml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite