ctftable: Create a contingency table with summary statistics using...

View source: R/ctftable.R

ctftableR Documentation

Create a contingency table with summary statistics using ftable

Description

This function will create a contingency table with summary statistics using bind.tales and ftable

Usage

ctftable(
  ...,
  data = parent.frame(),
  row.vars = NULL,
  col.vars = NULL,
  stats = "count"
)

Examples

ctftable(Freq ~ Type + Cont, stats=c("count", "row"), data=MASS::housing)


andresnecochea/multitabulation documentation built on June 15, 2022, 5:55 a.m.