FrequencyTable {stenR}R Documentation

Create a FrequencyTable

Description

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.

Usage

FrequencyTable(data)

## S3 method for class 'FrequencyTable'
print(x, ...)

## S3 method for class 'FrequencyTable'
plot(x, ...)

## S3 method for class 'FrequencyTable'
summary(object, ...)

Arguments

data

vector of raw scores. Double values are coerced to integer

x

A FrequencyTable object

...

further arguments passed to or from other methods.

object

A FrequencyTable object

Value

FrequencyTable object. Consists of:

data.frame of descriptive statistcs

See Also

SimFrequencyTable()


[Package stenR version 0.6.9 Index]