fx {equate} | R Documentation |
This function returns cumulative frequencies for each score point in a frequency distribution.
fx(x)
x |
two-column matrix of class “freqtab ”, where column 1 specifies the score scale and column 2 the frequencies for each score point
|
Returns a vector of cumulative frequencies.
Anthony Albano tony.d.albano@gmail.com
x <- freqtab(ACTmath[,2],0:40) fx(x)