View source: R/StandardScale.R
StandardScale | R Documentation |
StandardScale
objects are used with ScoreTable()
or
GroupedScoreTable()
objects to recalculate FrequencyTable()
or
GroupedFrequencyTable()
into some standardized scale score.
There are few StandardScale
defaults available.
Plot method requires ggplot2
package to be installed.
StandardScale(name, M, SD, min, max) ## S3 method for class 'StandardScale' print(x, ...) ## S3 method for class 'StandardScale' plot(x, n = 1000, ...)
name |
Name of the scale |
M |
Mean of the scale |
SD |
Standard deviation of the scale |
min |
Minimal value the scale takes |
max |
Maximal value the scale takes |
x |
a |
... |
further arguments passed to or from other methods. |
n |
Number of points the plot generates. The higher the number, the more detailed are the plots. Default to 1000 for nicely detailed plot. |
StandardScale object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.