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

https://github.com/jeksterslab/simstatespace

simStateSpace: Simulate Data from State Space Models (Pesigan, Russell, & Chow, 2025: https://doi.org/10.1037/met0000779).
https://github.com/jeksterslab/simstatespace

r r-package simulation state-space-model

Last synced: 5 days ago
JSON representation

simStateSpace: Simulate Data from State Space Models (Pesigan, Russell, & Chow, 2025: https://doi.org/10.1037/met0000779).

Awesome Lists containing this project

README

          

simStateSpace
================
Ivan Jacob Agaloos Pesigan

[![CRAN
Status](https://www.r-pkg.org/badges/version/simStateSpace)](https://cran.r-project.org/package=simStateSpace)
[![R-Universe
Status](https://jeksterslab.r-universe.dev/badges/simStateSpace)](https://jeksterslab.r-universe.dev/simStateSpace)
[![Make
Project](https://github.com/jeksterslab/simStateSpace/actions/workflows/make.yml/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/make.yml)
[![R-CMD-check](https://github.com/jeksterslab/simStateSpace/actions/workflows/check-full.yml/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/check-full.yml)
[![R Package Test
Coverage](https://github.com/jeksterslab/simStateSpace/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/test-coverage.yml)
[![Lint R
Package](https://github.com/jeksterslab/simStateSpace/actions/workflows/lint.yml/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/lint.yml)
[![Package Website (GitHub
Pages)](https://github.com/jeksterslab/simStateSpace/actions/workflows/pkgdown-gh-pages.yml/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/pkgdown-gh-pages.yml)
[![Compile
LaTeX](https://github.com/jeksterslab/simStateSpace/actions/workflows/latex.yml/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/latex.yml)
[![Shell
Check](https://github.com/jeksterslab/simStateSpace/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/shellcheck.yml)
[![pages-build-deployment](https://github.com/jeksterslab/simStateSpace/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/jeksterslab/simStateSpace/actions/workflows/pages/pages-build-deployment)
[![codecov](https://codecov.io/gh/jeksterslab/simStateSpace/branch/main/graph/badge.svg?token=KVLUET3DJ6)](https://codecov.io/gh/jeksterslab/simStateSpace)

## Description

Provides a streamlined and user-friendly framework for simulating data
in state space models, particularly when the number of subjects/units
($n$) exceeds one, a scenario commonly encountered in social and
behavioral sciences. For an introduction to state space models in social
and behavioral sciences, refer to Chow, Ho, Hamaker, and Dolan (2010:
).

## Installation

You can install the CRAN release of `simStateSpace` with:

``` r
install.packages("simStateSpace")
```

You can install the development version of `simStateSpace` from
[GitHub](https://github.com/jeksterslab/simStateSpace) with:

``` r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jeksterslab/simStateSpace")
```

## More Information

See [GitHub Pages](https://jeksterslab.github.io/simStateSpace) for
package documentation.

## References

Chow, S.-M., Ho, M. R., Hamaker, E. L., & Dolan, C. V. (2010).
Equivalence and differences between structural equation modeling and
state-space modeling techniques. *Structural Equation Modeling: A
Multidisciplinary Journal*, *17*(2), 303–332.

R Core Team. (2024). *R: A language and environment for statistical
computing*. R Foundation for Statistical Computing.