make_relrisk_table: Create SAS Relative Risk Table

Description Usage Arguments Examples

View source: R/make_relrisk_table.R

Description

This function emulates the RelRisk table returned by SAS

Usage

1

Arguments

x

A 2x2 contingency table

Examples

1
2
3
A <- structure(1:4, dim = c(2L, 2L), 
               dimnames = list(c("A", "B"), c("X", "Y")))
make_relrisk_table(A)

collinn/sassyR documentation built on May 1, 2020, 1:59 a.m.