powered by
table
This is an Rcpp based version of the base::table function.
base::table
bifietable(vec, sort.names=FALSE)
Same output like base::table
A numeric or character vector
An optional logical indicating whether values in the character vector should also be sorted in the table output
data(data.timss1) table( data.timss1[[1]][,"books"] ) BIFIEsurvey::bifietable( data.timss1[[1]][,"books"] )
Run the code above in your browser using DataLab