Package: PROscorerTools 0.0.4
PROscorerTools: Tools to Score Patient-Reported Outcome (PRO) and Other Psychometric Measures
Provides a reliable and flexible toolbox to score patient-reported outcome (PRO), Quality of Life (QOL), and other psychometric measures. The guiding philosophy is that scoring errors can be eliminated by using a limited number of well-tested, well-behaved functions to score PRO-like measures. The workhorse of the package is the 'scoreScale' function, which can be used to score most single-scale measures. It can reverse code items that need to be reversed before scoring and pro-rate scores for missing item data. Currently, three different types of scores can be output: summed item scores, mean item scores, and scores scaled to range from 0 to 100. The 'PROscorerTools' functions can be used to write new functions that score more complex measures. In fact, 'PROscorerTools' functions are the building blocks of the scoring functions in the 'PROscorer' package (which is a repository of functions that score specific commonly-used instruments). Users are encouraged to use 'PROscorerTools' to write scoring functions for their favorite PRO-like instruments, and to submit these functions for inclusion in 'PROscorer' (a tutorial vignette will be added soon). The long-term vision for the 'PROscorerTools' and 'PROscorer' packages is to provide an easy-to-use system to facilitate the incorporation of PRO measures into research studies in a scientifically rigorous and reproducible manner. These packages and their vignettes are intended to help establish and promote "best practices" for scoring and describing PRO-like measures in research.
Authors:
PROscorerTools_0.0.4.tar.gz
PROscorerTools_0.0.4.zip(r-4.5)PROscorerTools_0.0.4.zip(r-4.4)PROscorerTools_0.0.4.zip(r-4.3)
PROscorerTools_0.0.4.tgz(r-4.4-any)PROscorerTools_0.0.4.tgz(r-4.3-any)
PROscorerTools_0.0.4.tar.gz(r-4.5-noble)PROscorerTools_0.0.4.tar.gz(r-4.4-noble)
PROscorerTools_0.0.4.tgz(r-4.4-emscripten)PROscorerTools_0.0.4.tgz(r-4.3-emscripten)
PROscorerTools.pdf |PROscorerTools.html✨
PROscorerTools/json (API)
NEWS
# Install 'PROscorerTools' in R: |
install.packages('PROscorerTools', repos = c('https://mskcc-epi-bio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mskcc-epi-bio/proscorertools/issues
clinical-trialsprospsychometricsqolquality-of-lifequestionnairesurvey
Last updated 1 years agofrom:ad8a1494a4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:chk_imaxchk_iminchk_nitemschk_valueschkstop_dfchkstop_minmaxchkstop_nitemschkstop_okmisschkstop_revitemschkstop_typechkstop_valuesget_dfItemsget_dfItemsrevmakeFakeDatamakeItemNamesmissTallymsgWraprerangererange100revcodescoreScale
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Checks the number and values of items passed to custom scoring functions | chkstop_nitems chkstop_values chk_nitems chk_values |
Get a data frame with only items from user input | get_dfItems get_dfItemsrev |
Make a data frame of fake item data | makeFakeData |
Quickly create a vector of sequentially numbered item names | makeItemNames |
Determine the number (or proportion) of missing (or non-missing) items for each respondent | missTally |
msgWrap | msgWrap |
PROscorerTools | PROscorerTools-package PROscorerTools |
Change the range of an item or score | rerange rerange100 |
Reverse code an item or score. | revcode |
Flexible function to score a single PRO or other psychometric scale | scoreScale |