ec.cc: EPIDEMIOLOGY : Tables for epidemiologists - Case-control odds...

Description Usage Arguments Value Author(s) References Examples

Description

cc is used with case-control and cross-sectional data. Point estimates and confidence intervals for the odds ratio are calculated, along with attributable or prevented fractions for the exposed and total population.

Usage

1
ec.cc(x, exposure = "", exact = FALSE, where = vector(), title = "")

Arguments

x

STRING Cases variable

exposure

STRING - stratify on varname

exact

NOT USED

where

VECTOR - Conditional statement

title

STRING - Title of table

Value

A dataframe

Author(s)

jp.decorps@epiconcept.fr

References

Stata 13: cc

Examples

1
2
ec.use("Tiramitsu", "df");
ec.cc("ill", "tira");

Epiconcept-Paris/Epiconcepts documentation built on May 6, 2019, 3:49 p.m.