Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeksterslab/fitctvarmx


https://github.com/jeksterslab/fitctvarmx

Last synced: 15 days ago
JSON representation

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.