inst/doc/descriptive_analysis.R

## ----message=FALSE------------------------------------------------------------
library(dplyr)
library(freqtables)

## -----------------------------------------------------------------------------
data(mtcars)

## -----------------------------------------------------------------------------
mtcars %>% 
  freq_table(am)

## -----------------------------------------------------------------------------
mtcars %>% 
  freq_table(am, ci_type = "wald")

## -----------------------------------------------------------------------------
mtcars %>% 
  freq_table(am, percent_ci = 99)

## -----------------------------------------------------------------------------
mtcars %>% 
  freq_table(cyl, am)

Try the freqtables package in your browser

Any scripts or data that you put into this service are public.

freqtables documentation built on April 3, 2022, 5:11 p.m.