Skip to content

Commit f5ae66c

Browse files
committed
docs updated
1 parent fdadd48 commit f5ae66c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ Maintainer: Tyson S. Barrett <t.barrett@aggiemail.usu.edu>
1313
Description: Contains three main functions (i.e., three pieces of furniture):
1414
table1() which produces a well-formatted table of descriptives common as Table 1
1515
in research articles, tableC() which produces a well-formatted table of correlations,
16+
tableF() which provides frequency counts,
1617
and washer() which is helpful in cleaning up the data. In addition,
1718
long() and wide(), built on the stats::reshape(), can help reformat the data.
18-
These furniture functions are designed to simplify common tasks in
19+
These furniture-themed functions are designed to simplify common tasks in
1920
quantitative analysis. Other data summary and cleaning tools are also available.
2021
Depends:
2122
R (>= 2.10)

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version 1.7.6
22

3-
Minor updates to the `"latex2"` output option for `table1()` and `tableC()` where it now produces a character vector of the output and then uses a print method to produce the Latex ready code. This means you can access the object and make changes to the table before having it print. It also outputs more `\emph{Missing}` when `na.rm=FALSE`. Thanks to [Joshua Pritikin](https://github.com/jpritikin) for the ideas and the pull requests leading to these improvements.
3+
Updates to the `"latex2"` output option for `table1()` and `tableC()` where it now produces a character vector of the output and then uses a print method to produce the Latex ready code. This means you can access the object and make changes to the table before having it print. It also outputs `\emph{Missing}` when `na.rm=FALSE`. Thanks to [Joshua Pritikin](https://github.com/jpritikin) for the ideas and the pull requests leading to these improvements.
44

55
Other minor bug fixes.
66

0 commit comments

Comments
 (0)