This package provides functions to analyse N-of-1 studies. It includes functions for generating plots, Wilcoxon Test, Linear Models, G-Estimation and Bayesian Networks.
For installing the package, please download the latest release from the page. It could be found here. Afterwards you can install the packages with the following command:
install.packages(<path_to_tar>)
alternatively you install it directly from github with the following command:
devtools::install_github("thogaertner/cinof1")
You can use the package in R with library(cinof1)
.
The package provides several functions to analyse the treatment effect. Please have a look into the docs for complete documentation. Examples and an overview over all methods could be found in Overview_Methods.Rmd
. It shows the usage of all methods on a given data set.
Each function and data set is documented. You can call the documentation in R with ?<function_call>
.
If you would like to suggest new features, please raise issues, so it can be solved.
If you want, you can also contribute to this project. For that, please create a merge request and make sure, that your work is proper documented and explained.
This project is licenced under MIT. Please look at LICENCE.md
for further information.