props: proportions table

View source: R/shorthands.R

propsR Documentation

proportions table

Description

quick and easy function to show proportions of values of a variable, defaults to including missings

Usage

props(..., exclude = NULL)

Arguments

...

passed to crosstabs

exclude

defaults to NULL (i.e. includes NA)

Examples

x = NA
props(~ x)

rubenarslan/formr documentation built on July 6, 2024, 5:46 a.m.