![[R logo]](../../../doc/html/logo.jpg)
| reporttools-package | Functions to display descriptive statistics, and for data manipulation |
| checkDateSuccession | Check whether dates in two vectors are elementwise consecutive |
| colToMat | Break a n * p data frame in a data frame with ceiling(n / cols) rows and cols * p columns |
| correctVarNames | Modify all entries in a data frame such that xtable has no problems displaying them |
| disp | Display vectors of numbers, especially targeted to vectors of p-values |
| displayCI | Generate strings of a confidence interval from a matrix |
| displayKbyC | Function to display a K x C frequency table including col- and row-names and totals |
| eliminateNA | Eliminate all observations with at least one NA in a data frame |
| formatPval | Format P Values |
| getFonts | Used by the tabulating functions to format column titles |
| math | Enclose a string in math dollars |
| NAtoCategory | Change NAs in a factor into a category |
| reporttools | Functions to display descriptive statistics, and for data manipulation |
| tableContinuous | Generate a LaTeX table of descriptive statistics for continuous variables |
| tableDate | Display descriptive statistics for date variables |
| tableNominal | Display descriptive statistics for nominal variables |
| transformVarNames | Generate R-code assigning each variable in a data frame to its name |
| varNamesToChar | Split a character string into variable names |
| vectorToString | Generate a string of the elements of a vector |