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

https://github.com/jeksterslab/bootstatespace

Provides a streamlined and user-friendly framework for bootstrapping 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 tto Chow, Ho, Hamaker, and Dolan (2010).
https://github.com/jeksterslab/bootstatespace

bootstrap r r-package state-space-model

Last synced: 8 months ago
JSON representation

Provides a streamlined and user-friendly framework for bootstrapping 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 tto Chow, Ho, Hamaker, and Dolan (2010).

Awesome Lists containing this project

README

          

bootStateSpace
================
Ivan Jacob Agaloos Pesigan

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

## Description

Provides a streamlined and user-friendly framework for bootstrapping in
state space models, particularly when the number of subjects/units (n)
exceeds one, a scenario commonly encountered in social and behavioral
sciences. The parametric bootstrap implemented here was developed and
applied in Pesigan, Russell, and Chow (2025:
).

## Installation

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

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

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

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

## More Information

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

## Citation

To cite `bootStateSpace` in publications, please cite Pesigan et al.
(2025).

## References

Pesigan, I. J. A., Russell, M. A., & Chow, S.-M. (2025). Inferences and
effect sizes for direct, indirect, and total effects in continuous-time
mediation models. *Psychological Methods*.

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