R/crosstab.R

crosstab <- function(x,y){
  return(CrossTable(x,y))
}
mrnvenkatesh/ed_analysis documentation built on May 8, 2019, 9:24 a.m.