Description
Tools for Behavior Change Researchers and Professionals.
Description
Contains specialised analyses and visualisation tools for behavior change science. These facilitate conducting determinant studies (for example, using confidence interval-based estimation of relevance, CIBER, or CIBERlite plots, see Crutzen, Noijen & Peters (2017) <doi:10/ghtfz9>), systematically developing, reporting, and analysing interventions (for example, using Acyclic Behavior Change Diagrams), and reporting about intervention effectiveness (for example, using the Numbers Needed for Change, see Gruijters & Peters (2017) <doi:10/jzkt>), and computing the required sample size (using the Meaningful Change Definition, see Gruijters & Peters (2020) <doi:10/ghpnx8>). This package is especially useful for researchers in the field of behavior change or health psychology and to behavior change professionals such as intervention developers and prevention workers.
README.md
behaviorchange 📦
behaviorchange: Tools for Behavior Change Researchers and Professionals
The pkgdown website for this project is located at https://r-packages.gitlab.io/behaviorchange.
jamovi
This package is also available as a module in jamovi, which is freely available at https://www.jamovi.org.
The Book of Behavior Change
The package authors are working on an open access book on behavior change. The in-progress version is already available from https://bookofbehaviorchange.com.
Installation
You can install the released version of behaviorchange
from CRAN with:
install.packages('behaviorchange');
You can install the development version of behaviorchange
from GitLab with:
remotes::install_gitlab('r-packages/behaviorchange');
(assuming you have remotes
installed; otherwise, install that first using the install.packages
function)