pomp: Proportion of Maximum Possible (POMP) Scores

View source: R/pomp.R

pompR Documentation

Proportion of Maximum Possible (POMP) Scores

Description

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.

Usage

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

Arguments

x

matrix to be transformed

smin

Scale minimum

smax

Scale maximum

p

Return proportion or percent? (default proportion)

Value

Scores with maximum possible range of [0,1] (if proportion specified) or [0,100] (if percent specified)


funfield-lab/fancyr documentation built on Nov. 21, 2023, 2:42 p.m.