SummarizeDispatch: SummarizeDispatch Summarizes one variable, with the option of...

Description Usage Arguments

Description

SummarizeDispatch Summarizes one variable, with the option of stratifying by a 0/1 variable

Usage

1
2
SummarizeDispatch(var, by = NULL, labelLeft = NULL, labelTop = NULL,
  labelTop0 = NULL, labelTop1 = NULL)

Arguments

var

The variable of interest

by

A 0/1 variable to be stratified by (optional)

labelLeft

Adding a label to the left of the returned data.frame

labelTop

Adding a label to the top of the returned data.frame (only to be used if by=NULL)

labelTop0

Adding a label to the top left of the returned data.frame (only to be used if by!=NULL)

labelTop1

Adding a label to the top right of the returned data.frame (only to be used if by!=NULL)


raubreywhite/RAWmisc documentation built on May 27, 2019, 2:04 a.m.