-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a2bcca
commit a94a208
Showing
45 changed files
with
8,168 additions
and
31 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* | ||
*/ | ||
!.gitignore | ||
!bib.bib |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# -------------------------------------------- | ||
# CITATION file created with {cffr} R package | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# -------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: 'To cite package "cTMed" in publications use:' | ||
type: software | ||
license: GPL-3.0-or-later | ||
title: 'cTMed: Continuous Time Mediation' | ||
version: 1.0.5.9000 | ||
identifiers: | ||
- type: doi | ||
value: 10.32614/CRAN.package.cTMed | ||
abstract: Calculates standard errors and confidence intervals for effects in continuous-time | ||
mediation models. This package extends the work of Deboeck and Preacher (2015) <https://doi.org/10.1080/10705511.2014.973960> | ||
and Ryan and Hamaker (2021) <https://doi.org/10.1007/s11336-021-09767-0> by providing | ||
methods to generate standard errors and confidence intervals for the total, direct, | ||
and indirect effects in these models. | ||
authors: | ||
- family-names: Pesigan | ||
given-names: Ivan Jacob Agaloos | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4818-8420 | ||
preferred-citation: | ||
type: manual | ||
title: 'cTMed: Continuous Time Mediation' | ||
authors: | ||
- family-names: Pesigan | ||
given-names: Ivan Jacob Agaloos | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4818-8420 | ||
year: '2024' | ||
notes: R package version 1.0.5.9000 | ||
repository: https://CRAN.R-project.org/package=cTMed | ||
repository-code: https://github.com/jeksterslab/cTMed | ||
url: https://jeksterslab.github.io/cTMed/ | ||
contact: | ||
- family-names: Pesigan | ||
given-names: Ivan Jacob Agaloos | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4818-8420 | ||
keywords: | ||
- centrality | ||
- continuous-time | ||
- delta-method | ||
- mediation | ||
- monte-carlo-method | ||
- network | ||
- r | ||
- r-package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ Suggests: | |
knitr, | ||
rmarkdown, | ||
testthat, | ||
expm | ||
expm, | ||
bootStateSpace | ||
RoxygenNote: 7.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
cTMed | ||
================ | ||
Ivan Jacob Agaloos Pesigan | ||
2025-01-27 | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
<!-- badges: start --> | ||
|
||
[![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) | ||
<!-- badges: end --> | ||
|
||
## 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 | ||
|
||
<div id="refs" class="references csl-bib-body hanging-indent" | ||
entry-spacing="0" line-spacing="2"> | ||
|
||
<div id="ref-Bollen-1987" class="csl-entry"> | ||
|
||
Bollen, K. A. (1987). Total, direct, and indirect effects in structural | ||
equation models. *Sociological Methodology*, *17*, 37. | ||
<https://doi.org/10.2307/271028> | ||
|
||
</div> | ||
|
||
<div id="ref-Deboeck-Preacher-2015" class="csl-entry"> | ||
|
||
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. | ||
<https://doi.org/10.1080/10705511.2014.973960> | ||
|
||
</div> | ||
|
||
<div id="ref-RCoreTeam-2024" class="csl-entry"> | ||
|
||
R Core Team. (2024). *R: A language and environment for statistical | ||
computing*. R Foundation for Statistical Computing. | ||
<https://www.R-project.org/> | ||
|
||
</div> | ||
|
||
<div id="ref-Ryan-Hamaker-2021" class="csl-entry"> | ||
|
||
Ryan, O., & Hamaker, E. L. (2021). Time to intervene: A continuous-time | ||
approach to network analysis and centrality. *Psychometrika*, *87*(1), | ||
214–252. <https://doi.org/10.1007/s11336-021-09767-0> | ||
|
||
</div> | ||
|
||
<div id="ref-Wang-Zhang-2020" class="csl-entry"> | ||
|
||
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. <https://doi.org/10.1037/met0000235> | ||
|
||
</div> | ||
|
||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.