propTable: propTable

Description Usage Arguments Value

View source: R/propTable.R

Description

This function allows you to create a proportions table with frequencies and percentages broken down by variables

Usage

1
2
propTable(data = NULL, variables = NULL, study.id = NULL,
  labels = NULL)

Arguments

data

The dataset

variables

The variables that you would like a proportion table of

study.id

The study identifier

labels

The labels that can be used in place of the variable names

Value

A table of proportions and frequencies


kitdouble/metaTables documentation built on March 29, 2020, 2:29 p.m.