table_as_df: Create table and convert to data frame

table_as_dfR Documentation

Create table and convert to data frame

Description

Create table and convert to data frame

Usage

table_as_df(x, y = NULL, weights = NULL, ...)

Arguments

x

first variable for table

y

second variable for table

weights

optional set of weights

...

optional parameters

Value

A data frame version of the two way contingency table for x*y


PatrickCoyle/cmisc documentation built on June 23, 2022, 3:07 p.m.