Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeksterslab/fitctvarmx
https://github.com/jeksterslab/fitctvarmx
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeksterslab/fitctvarmx
- Owner: jeksterslab
- License: other
- Created: 2024-07-05T19:14:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T00:53:43.000Z (3 months ago)
- Last Synced: 2024-10-10T05:35:26.758Z (about 1 month ago)
- Language: TeX
- Size: 127 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
fitCTVARMx
================
Ivan Jacob Agaloos Pesigan
2024-08-11[![R-CMD-check](https://github.com/jeksterslab/fitCTVARMx/workflows/R-CMD-check/badge.svg)](https://github.com/jeksterslab/fitCTVARMx/actions)
[![test-coverage](https://github.com/jeksterslab/fitCTVARMx/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/jeksterslab/fitCTVARMx/actions/workflows/test-coverage.yml)
[![lint](https://github.com/jeksterslab/fitCTVARMx/actions/workflows/lint.yml/badge.svg)](https://github.com/jeksterslab/fitCTVARMx/actions/workflows/lint.yml)
[![pkgdown](https://github.com/jeksterslab/fitCTVARMx/actions/workflows/pkgdown-gh-pages.yml/badge.svg)](https://github.com/jeksterslab/fitCTVARMx/actions/workflows/pkgdown-gh-pages.yml)
[![codecov](https://codecov.io/gh/jeksterslab/fitCTVARMx/branch/main/graph/badge.svg)](https://codecov.io/gh/jeksterslab/fitCTVARMx)## Description
Fit the continuous-time vector autoregressive model using the `OpenMx`
package.## Installation
You can install the released version of `fitCTVARMx` from
[GitHub](https://github.com/jeksterslab/fitCTVARMx) with:``` r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jeksterslab/fitCTVARMx")
```## More Information
See [GitHub Pages](https://jeksterslab.github.io/fitCTVARMx) 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), 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.