completenessReport: Completeness Report

Description Usage Arguments Details

Description

Generate report with information about the completeness of the data.

Usage

1
2
3
4
  completenessReport(data, vars, panel, Time, times,
    longPanel = panel, frac = 0.95,
    h = 4 * (nv < 15) + 5 * (nv >= 15), cex = 1,
    fullCaption = FALSE, append = TRUE)

Arguments

data

data.frame. Data to report.

vars

character vector. Column names to use.

panel

character. Name of panel.

Time

numeric vector. Times for each record.

times

numeric vector. Subset of times to use.

longPanel

character. Long name of panel.

frac

numeric. Ratio used to determine if a dotplot for completeness should be generated for each variable. Defaults to 0.95, that is, if the variable with the most missing data has 5 the least missing data, generate the dotplot.

h

numeric. Height of plot, passed to startPlot.

cex

numeric. Text size within plot, passed to Dotplot.

fullCaption

logical. THIS PARAMETER IS NOT USED.

append

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

Details

details


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