bifietable | R Documentation |
table
Function
This is an Rcpp based version of the
base::table
function.
bifietable(vec, sort.names=FALSE)
vec |
A numeric or character vector |
sort.names |
An optional logical indicating whether values in the character vector should also be sorted in the table output |
Same output like base::table
base::table
data(data.timss1)
table( data.timss1[[1]][,"books"] )
BIFIEsurvey::bifietable( data.timss1[[1]][,"books"] )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.