PROsetta
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: choi-phd
- Language: R
- Default Branch: main
- Size: 9.73 MB
Statistics
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
- Releases: 0
Created over 7 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
fig.path = "man/figures/"
)
# logo prep
# raw dimension: 1870, 2420
# canvas size: 60%, 69.5%
# clipped dimension: 1122, 1682
# resize to: 200, 300
```
# PROsetta
[](https://github.com/choi-phd/PROsetta/actions)
[](https://cran.r-project.org/package=PROsetta)
**PROsetta** package provides functions for metric-linking of item parameters and producing crosswalk tables as used in the [PROsetta Stone project](https://www.prosettastone.org/).
The primary aim of the PROsetta Stone project (1RC4CA157236-01, PI: David Cella) is to develop and apply methods to link the Patient-Reported Outcomes Measurement Information System (PROMIS) measures with other related "legacy" instruments to expand the range of PRO assessment options within a common, standardized metric. The project identifies and applies appropriate linking methods that allow scores on a range of PRO instruments to be expressed as standardized T-score metrics linked to the PROMIS.
# Introduction
A common problem when using a variety of patient-reported outcome measures (PROs) for diverse populations and subgroups is establishing the comparability of scales or units on which the outcomes are reported. The lack of comparability in metrics (e.g., raw summed scores vs. scaled scores) among different PROs poses practical challenges in measuring and comparing effects across different studies.
Linking refers to establishing a relationship between scores on two different measures that are not necessarily designed to have the same content or target population. When tests are built in such a way that they differ in content or difficulty, linking must be conducted in order to establish a relationship between the test scores.
One technique, commonly referred to as equating, involves the process of converting the system of units of one measure to that of another. This process of deriving equivalent scores has been used successfully in educational assessment to compare test scores obtained from parallel or alternate forms that measure the same characteristic with equal precision.
# Installation
Install the latest release from CRAN:
```r
install.packages("PROsetta")
```
The documentation is available at (https://choi-phd.github.io/PROsetta/)
Owner
- Name: Seung W. Choi
- Login: choi-phd
- Kind: user
- Company: The University of Texas at Austin
- Website: https://education.utexas.edu/faculty/seung_choi
- Repositories: 4
- Profile: https://github.com/choi-phd
GitHub Events
Total
- Push event: 4
Last Year
- Push event: 4
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| sangdonlim | 4****m | 349 |
| choi-phd | 4****d | 17 |
| choi-phd | s****i@a****u | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 47
- Average time to close issues: N/A
- Average time to close pull requests: 3 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.02
- Merged pull requests: 47
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- SangdonLim (48)
- choi-phd (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 257 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: PROsetta
Linking Patient-Reported Outcomes Measures
- Homepage: https://www.prosettastone.org/ (project description)
- Documentation: http://cran.r-project.org/web/packages/PROsetta/PROsetta.pdf
- License: GPL-3
-
Latest release: 0.4.2
published 11 months ago
Rankings
Forks count: 21.9%
Average: 29.8%
Dependent packages count: 29.8%
Downloads: 30.1%
Stargazers count: 31.7%
Dependent repos count: 35.5%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- equate * imports
- lavaan * imports
- methods * imports
- mirt * imports
- mvnfast * imports
- plink * imports
- psych * imports
- DT * suggests
- dplyr * suggests
- kableExtra * suggests
- knitr * suggests
- pkgdown * suggests
- rmarkdown * suggests
- shiny * suggests
- shinyWidgets * suggests
- shinyjs * suggests
- shinythemes * suggests
- testthat >= 2.1.0 suggests
.github/workflows/pkgdown.yml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/r.yml
actions
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite