View source: R/FrequencyTable.R
FrequencyTable | R Documentation |
Normalizes the distribution of raw scores. It can be used to construct
ScoreTable()
with the use of some StandardScale()
to normalize and
standardize the raw discrete scores.
plot.FrequencyTable
method requires ggplot2
package to be installed.
FrequencyTable(data) ## S3 method for class 'FrequencyTable' print(x, ...) ## S3 method for class 'FrequencyTable' plot(x, ...) ## S3 method for class 'FrequencyTable' summary(object, ...)
data |
vector of raw scores. Double values are coerced to integer |
x |
A |
... |
further arguments passed to or from other methods. |
object |
A |
FrequencyTable object. Consists of:
table: data.frame with number of observations (n
), frequency in sample
(freq
), quantile (quan
) and normalized Z-score (Z
) for each point in
raw score
status: list containing the total number of simulated observations (n
)
and information about raw scores range completion (range
): complete or incomplete
data.frame
of descriptive statistcs
SimFrequencyTable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.