pomp: pomp

Description Usage Arguments Value Key Reference Examples

View source: R/pomp.R

Description

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.

Usage

1
pomp(raw_scores, min_possible, max_possible)

Arguments

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.

Value

Percent of Maximum Possible Scores

Key Reference

https://doi.org/10.1207/S15327906MBR3403_2

Examples

1
2
3
4
5
6
## Not run: 

pomp(test_scores, 10, 60)


## End(Not run)

jameswgriffith/jamie documentation built on Dec. 20, 2021, 9:03 p.m.