Go to file
2023-01-04 08:23:51 +01:00
.github actions 2022-09-22 14:22:35 +02:00
data new function including sample data 2022-11-25 14:30:57 +01:00
data-raw includes cprs data set 2022-09-26 13:59:05 +02:00
docs minor updates 2023-01-03 14:21:24 +01:00
inst new version 2023-01-03 14:13:22 +01:00
man New documentation using gpttools 2023-01-03 14:12:12 +01:00
R new version 2023-01-03 14:13:22 +01:00
tests New tests with help from gpttools 2023-01-03 14:12:29 +01:00
_pkgdown.yml site 2022-09-22 14:23:49 +02:00
.gitignore minor updates 2023-01-03 14:21:24 +01:00
.Rbuildignore includes cprs data set 2022-09-26 13:59:05 +02:00
DESCRIPTION new version 2023-01-03 14:13:22 +01:00
NAMESPACE REDCapRITS moved to Suggests 2022-12-21 08:06:05 +01:00
NEWS.md Add NEWS.md 2023-01-04 08:23:51 +01:00
README.md minor updates 2023-01-03 14:21:24 +01:00
stRoke.Rproj cpr_tools 2022-09-22 14:20:46 +02:00

R-CMD-check pages-build-deployment

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.

A few notes

The function generic_stroke()can be used with data(talos) or a custom data set to illustrate the classic analysis of mRS outcome from stroke trials.

In documenting and testing the package, I have used OpenAI's chatgpt with gpttools. The chatgpt is an interesting tool, that is in no way perfect, but it helps with tedious tasks. Both gpttools and gptstudio are interesting implementations in R and RStudio.

Source

This package is shared on GitHub, and you are very welcome to contribute by opening an issue or a pull request.

Installation

The package can be installed from GitHub:

remotes::install_github("agdamsbo/stRoke")