binary_rr {tangram.pipe}R Documentation

Binary Risk Ratio

Description

Calculates risk ratio across categories for binary data.

Usage

binary_rr(dt, num_col, reference, digits)

Arguments

dt

the name of the dataframe object.

num_col

the number of categorical columns in the data.

reference

the name of the reference row category to use.

digits

significant digits to use.

Value

A dataframe with computed risk ratios between pairs of columns for binary data, as well as an overall chi-squared test across all groups.


[Package tangram.pipe version 1.1.2 Index]