Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeksterslab/ctmed
Calculates standard errors and confidence intervals for effects in continuous-time mediation models.
https://github.com/jeksterslab/ctmed
centrality continuous-time delta-method mediation monte-carlo-method network r r-package
Last synced: 15 days ago
JSON representation
Calculates standard errors and confidence intervals for effects in continuous-time mediation models.
- Host: GitHub
- URL: https://github.com/jeksterslab/ctmed
- Owner: jeksterslab
- License: gpl-3.0
- Created: 2024-03-19T02:47:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T17:17:17.000Z (26 days ago)
- Last Synced: 2024-10-23T15:26:32.349Z (25 days ago)
- Topics: centrality, continuous-time, delta-method, mediation, monte-carlo-method, network, r, r-package
- Language: TeX
- Homepage: https://jeksterslab.github.io/cTMed/
- Size: 155 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
cTMed
================
Ivan Jacob Agaloos Pesigan
2024-10-22[![CRAN
Status](https://www.r-pkg.org/badges/version/cTMed)](https://cran.r-project.org/package=cTMed)
[![R-Universe
Status](https://jeksterslab.r-universe.dev/badges/cTMed)](https://jeksterslab.r-universe.dev/cTMed)
[![Make
Project](https://github.com/jeksterslab/cTMed/actions/workflows/make.yml/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/make.yml)
[![R-CMD-check](https://github.com/jeksterslab/cTMed/actions/workflows/check-full.yml/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/check-full.yml)
[![R Package Test
Coverage](https://github.com/jeksterslab/cTMed/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/test-coverage.yml)
[![Lint R
Package](https://github.com/jeksterslab/cTMed/actions/workflows/lint.yml/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/lint.yml)
[![Package Website (GitHub
Pages)](https://github.com/jeksterslab/cTMed/actions/workflows/pkgdown-gh-pages.yml/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/pkgdown-gh-pages.yml)
[![Compile
LaTeX](https://github.com/jeksterslab/cTMed/actions/workflows/latex.yml/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/latex.yml)
[![Shell
Check](https://github.com/jeksterslab/cTMed/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/shellcheck.yml)
[![pages-build-deployment](https://github.com/jeksterslab/cTMed/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/jeksterslab/cTMed/actions/workflows/pages/pages-build-deployment)
[![codecov](https://codecov.io/gh/jeksterslab/cTMed/branch/main/graph/badge.svg?token=KVLUET3DJ6)](https://codecov.io/gh/jeksterslab/cTMed)## Description
Calculates standard errors and confidence intervals for effects in
continuous time mediation models.## Installation
You can install the development version of `cTMed` from
[GitHub](https://github.com/jeksterslab/cTMed) with:``` r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jeksterslab/cTMed")
```## Documentation
See [GitHub Pages](https://jeksterslab.github.io/cTMed/index.html) for
package documentation.## References
Bollen, K. A. (1987). Total, direct, and indirect effects in structural
equation models. *Sociological Methodology*, *17*, 37.Deboeck, P. R., & Preacher, K. J. (2015). No need to be discrete: A
method for continuous time mediation analysis. *Structural Equation
Modeling: A Multidisciplinary Journal*, *23*(1), 61–75.R Core Team. (2024). *R: A language and environment for statistical
computing*. R Foundation for Statistical Computing.Ryan, O., & Hamaker, E. L. (2021). Time to intervene: A continuous-time
approach to network analysis and centrality. *Psychometrika*, *87*(1),
214–252.Wang, L., & Zhang, Q. (2020). Investigating the impact of the time
interval selection on autoregressive mediation modeling: Result
interpretations, effect reporting, and temporal designs. *Psychological
Methods*, *25*(3), 271–291.