pscale | R Documentation |
Quickly round to the 20 point psychology marking scale. will round to nearest point on scale. if mid-point, will round up.
pscale(x, lgrade = FALSE)
x |
numeric vector |
lgrade |
logical specifying whether letter grades are desired (default = FALSE) |
pscale(c(46.5,34,76.6))
[1] 48 32 78
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.