fitdtvarmx
Fit the discrete-time vector autoregressive model using the 'OpenMx' package.
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 4 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Fit the discrete-time vector autoregressive model using the 'OpenMx' package.
Basic Info
- Host: GitHub
- Owner: jeksterslab
- License: other
- Language: TeX
- Default Branch: main
- Homepage: https://jeksterslab.github.io/fitDTVARMx/
- Size: 723 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
License
Citation
README.md
fitDTVARMx
Ivan Jacob Agaloos Pesigan 2025-08-19
Description
Fit the discrete-time vector autoregressive model using the OpenMx
package.
Installation
You can install the released version of fitDTVARMx from
GitHub with:
r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jeksterslab/fitDTVARMx")
More Information
See GitHub Pages for package documentation.
References
Hunter, M. D. (2017). State space modeling in an open source, modular,
structural equation modeling environment. *Structural Equation Modeling:
A Multidisciplinary Journal*, *25*(2), 307324.
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), 535549.
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 "fitDTVARMx" in publications use:'
type: software
license: MIT
title: 'fitDTVARMx: Fit the Discrete-Time Vector Autoregressive Model'
version: 0.0.0.9000
abstract: Fit the discrete-time vector autoregressive model using the 'OpenMx' package
(Hunter, 2017 <https://doi.org/10.1080/10705511.2017.1369354>).
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: 'fitDTVARMx: Fit the Discrete-Time Vector Autoregressive Model'
authors:
- family-names: Pesigan
given-names: Ivan Jacob Agaloos
email: 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/fitDTVARMx
url: https://jeksterslab.github.io/fitDTVARMx/
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: 84
Last Year
- Push event: 84
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| jeksterslab | j****b | 53 |
| jeksterslab | l****b@g****m | 51 |
Issues and Pull Requests
Last synced: about 1 year 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.0.0 depends
- stats * 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