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 StandardScale
print(x, ...)
# S3 method for StandardScale
plot(x, n = 1000, ...)
StandardScale object
Name of the scale
Mean of the scale
Standard deviation of the scale
Minimal value the scale takes
Maximal value the scale takes
a StandardScale
object
further arguments passed to or from other methods.
Number of points the plot generates. The higher the number, the more detailed are the plots. Default to 1000 for nicely detailed plot.