kurt.freqtab {equate} | R Documentation |
This function returns the kurtosis of a frequency table of class “freqtab
”
kurt.freqtab(x)
x |
two-column matrix of class “freqtab ”, where column 1 specifies the score scale and column 2 the frequencies for each score point
|
Anthony Albano tony.d.albano@gmail.com
set.seed(2005) x <- round(rnorm(1000,100,10)) xscale <- 70:130 xtab <- freqtab(x,xscale) kurt.freqtab(xtab)