Learn R Programming

equate (version 0.1-0)

fx: Cumulative Distribution Function

Description

This function returns cumulative frequencies for each score point in a frequency distribution.

Usage

fx(freqtab)

Arguments

freqtab
two-column matrix of class freqtab, where column 1 specifies the score scale and column 2 the frequencies for each score point

Value

  • Returns a vector of cumulative frequencies.

See Also

px

Examples

Run this code
x <- freqtab(ACTmath[,2],0:40)
fx(x)

Run the code above in your browser using DataLab