freqReport: Frequency Report

Description Usage Arguments Details

Description

Generate tables with the frequencies found for type.

Usage

1
2
3
4
5
  freqReport(type, panel, treat, longPanel = panel,
    typeLabel = label(type), plotprop = FALSE,
    Ntreat = NULL, omitZeros = TRUE, ylim = c(0, 1), h = 5,
    w = 5, digits = 3, size = NULL, longtable = FALSE,
    lines.page = 40, append = FALSE)

Arguments

type

character vector. Type for each record.

panel

character. Name for panel.

treat

factor vector. Treatment group for each record.

longPanel

character. Long name for panel.

typeLabel

character. Label for type variable.

plotprop

logical. Set to ‘TRUE’ to output a plot of proportions.

Ntreat

numeric vector. Add a column header with ‘N’ counts.

omitZeros

logical. If ‘TRUE’ remove all zero counts from the frequency table.

ylim

numeric vector. Set y-axis limits. THIS PARAMETER IS NOT USED.

h

numeric. Height of plot. Default is 5in. See setps.

w

numeric. Width of plot. Default is 3in. See setps.

digits

numeric. Number of significant digits to print. Defaults to 3.

size

character. Set LaTeX table font size, see latex.

longtable

logical. Use LaTeX ‘longtable’ style. See latex.

lines.page

numeric. Maximum number of lines in the body of a table to be placed on a single page. See latex.

append

logical. If ‘TRUE’ output will be appended instead of overwritten.

Details

THIS FUNCTION IS INCOMPLETE


harrelfe/rreport documentation built on May 17, 2019, 2:48 p.m.