Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeksterslab/manbetaciwald
Research compendium for the manuscript Pesigan, I. J. A., Sun, R. W., & Cheung, S. F. (2023). betaDelta and betaSandwich: Confidence intervals for standardized regression coefficients in R. Multivariate Behavioral Research. https://doi.org/10.1080/00273171.2023.2201277
https://github.com/jeksterslab/manbetaciwald
confidence-intervals delta-method-standard-errors heteroskedasticity-consistent-standard-errors manuscript r-package standardized-regression-coefficients
Last synced: 15 days ago
JSON representation
Research compendium for the manuscript Pesigan, I. J. A., Sun, R. W., & Cheung, S. F. (2023). betaDelta and betaSandwich: Confidence intervals for standardized regression coefficients in R. Multivariate Behavioral Research. https://doi.org/10.1080/00273171.2023.2201277
- Host: GitHub
- URL: https://github.com/jeksterslab/manbetaciwald
- Owner: jeksterslab
- License: other
- Created: 2023-03-13T16:47:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T20:35:21.000Z (about 1 year ago)
- Last Synced: 2024-10-10T05:35:27.341Z (about 1 month ago)
- Topics: confidence-intervals, delta-method-standard-errors, heteroskedasticity-consistent-standard-errors, manuscript, r-package, standardized-regression-coefficients
- Language: TeX
- Homepage: https://jeksterslab.github.io/manBetaCIWald/
- Size: 4.55 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
manBetaCIWald
================
Ivan Jacob Agaloos Pesigan
2023-08-21[![DOI](https://zenodo.org/badge/DOI/10.1080/00273171.2023.2201277.svg)](https://doi.org/10.1080/00273171.2023.2201277)
## Description
Research compendium for the manuscript Pesigan, I. J. A., Sun, R. W., &
Cheung, S. F. (2023). betaDelta and betaSandwich: Confidence intervals
for standardized regression coefficients in R. *Multivariate Behavioral
Research*.## Author-Accepted Manuscript
See
for the latex file of the manuscript. See
for the compiled PDF.
## R Packages
`betaDelta` and `betaSandwich` are available on the Comprehensive R
Archive Network (CRAN) (,
). Documentation and
examples can be found in the accompanying websites
(,
).### Installation
You can install the CRAN releases of `betaDelta` and `betaSandwich`
with:``` r
install.packages("betaDelta")
install.packages("betaSandwich")
```You can install the development versions of `betaDelta` and
`betaSandwich` from GitHub with:``` r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jeksterslab/betaDelta")
remotes::install_github("jeksterslab/betaSandwich")
```## More Information
See [GitHub
Pages](https://jeksterslab.github.io/manBetaCIWald/index.html) for
package documentation.## Citation
To cite `betaDelta` or `betaSandwich` in publications, please cite
Pesigan et al. (2023).## References
Pesigan, I. J. A., Sun, R. W., & Cheung, S. F. (2023).
betaDelta and
betaSandwich: Confidence intervals for
standardized regression coefficients in R. *Multivariate Behavioral
Research*, 1–4.