pomp | R Documentation |
Transforms scores of interest from original metric to range of 0 to 1 (if using proportion scaling) or range of 0 to 100 (if using percentage scaling.
pomp(x,1,5) #usage for a standard 1-to-5 Likert scale
pomp(x,min(x),max(x)) #possible usage if you trust some raters hit minimum and maximum ratings at some point
x |
matrix to be transformed |
smin |
Scale minimum |
smax |
Scale maximum |
p |
Return proportion or percent? (default proportion) |
Scores with maximum possible range of [0,1] (if proportion specified) or [0,100] (if percent specified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.