https://github.com/agdamsbo/stroke
This is an R-toolbox of custom functions for convenient data management and analysis in clinical health research and teaching.
https://github.com/agdamsbo/stroke
neuroscience r r-package stroke
Last synced: 5 months ago
JSON representation
This is an R-toolbox of custom functions for convenient data management and analysis in clinical health research and teaching.
- Host: GitHub
- URL: https://github.com/agdamsbo/stroke
- Owner: agdamsbo
- License: agpl-3.0
- Created: 2022-09-22T09:31:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T12:21:35.000Z (10 months ago)
- Last Synced: 2025-09-25T19:54:33.334Z (9 months ago)
- Topics: neuroscience, r, r-package, stroke
- Language: R
- Homepage: https://agdamsbo.github.io/stRoke/
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
[](https://github.com/agdamsbo/stRoke)
[](https://CRAN.R-project.org/package=stRoke)
[](https://doi.org/10.5281/zenodo.8013980)
[](https://github.com/agdamsbo/stRoke/actions/workflows/R-CMD-check.yaml)
[](https://github.com/agdamsbo/stRoke/actions/workflows/pages/pages-build-deployment)
[](https://app.codecov.io/gh/agdamsbo/stRoke?branch=main)
[](https://cran.r-project.org/package=stRoke)
# stRoke package 
This is an R-toolbox of custom functions for convenient data management and analysis in clinical health research and teaching.
The package is mainly collected for personal use, but any use beyond that is encouraged.
This package has migrated functions from the agdamsbo/daDoctoR-package, and new functions has been added.
## Contribute
This package is [shared on GitHub](https://github.com/agdamsbo/stRoke), and you are very welcome to contribute by opening an issue or a pull request.
# Installation
The package can be installed directly from CRAN:
```
install.packages("stRoke")
```
The latest version in development can be installed from GitHub:
```
remotes::install_github("agdamsbo/stRoke")
```