R/summary.crosstab.R

Defines functions summary.crosstab

Documented in summary.crosstab

#' Summary for crosstab results from crosstab()
#'
#' This function uses the summary.table function to get a summary
#' of a crosstab object
#' @param x The crosstab object to be summarized.
#' @keywords data frequency count percent chisquare
#' @export
#'

summary.crosstab<-function(x) {

    summary(x[['tabf']])
}
lehmansociology/lehmansociology documentation built on May 21, 2022, 9:06 p.m.