Contruir tabla de frecuencia para datos agrupados en R code example
Example: Contruir tabla de frecuencia para datos agrupados en R
library(agricolae)
tbFreqEdad=table.freq(hist(edad,plot=FALSE))
tbFreqEdad
library(agricolae)
tbFreqEdad=table.freq(hist(edad,plot=FALSE))
tbFreqEdad