Learn R Programming

⚠️There's a newer version (1.1.4) of this package.Take me there.

reporttools (version 1.0.2)

Generate LaTeX tables of descriptive statistics

Description

The functions in this package are especially helpful when writing reports of data analysis using Sweave.

Copy Link

Version

Install

install.packages('reporttools')

Monthly Downloads

553

Version

1.0.2

License

GPL version 2 or newer

Maintainer

Kaspar Rufibach

Last Published

April 5th, 2025

Functions in reporttools (1.0.2)

eliminateNA

Eliminate all observations with at least one NA in a dataframe
tableContinuous

Generate a LaTeX table of descriptive statistics for continuous variables
disp

Display numbers in text
NAtoCategory

Change NAs in a factor into a category
tableNominal

Display descriptive statistics for nominal variables
displayKbyC

Function to display a K x C frequency table including col- and row-names and totals
reporttools-package

Functions to display descriptive statistics, and for data manipulation
transformVarNames

Generate R-code assigning each variable in a dataframe to its name
displayCI

Generate strings of a confidence interval from a matrix
tableDate

Display descriptive statistics for date variables
varNamesToChar

Split a character string into variable names
checkDateSuccession

Check whether dates in two vectors are elementwise consecutive