Description Usage Arguments Value Key Reference Examples
Takes a questionnaire score and rescales it to a 0-100
A score of 0
is the maximum possible value of the scale.
This function is based on the work of Patricia Cohen et al. (1999)
Cohen, P., Cohen, J., Aiken, L. S., & West, S. G. (1999).
The problem of units and the circumstance for POMP.
Multivariate behavioral research, 34(3), 315-346.
1 | pomp(raw_scores, min_possible, max_possible)
|
raw_scores |
A vector of numeric questionnaire scores. |
min_possible |
The minimum possible value of the questionnaire. |
max_possible |
The maximum possible value of the questionnaire. |
Percent of Maximum Possible Scores
https://doi.org/10.1207/S15327906MBR3403_2
1 2 3 4 5 6 | ## Not run:
pomp(test_scores, 10, 60)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.