Learn R Programming

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

furniture (version 1.9.5)

Furniture for Quantitative Scientists

Description

Contains four main functions (i.e., four pieces of furniture): table1() which produces a well-formatted table of descriptive statistics common as Table 1 in research articles, tableC() which produces a well-formatted table of correlations, tableF() which provides frequency counts, and washer() which is helpful in cleaning up the data. These furniture-themed functions are designed to simplify common tasks in quantitative analysis. Other data summary and cleaning tools are also available.

Copy Link

Version

Install

install.packages('furniture')

Monthly Downloads

610

Version

1.9.5

License

GPL-3

Maintainer

Tyson Barrett

Last Published

December 6th, 2019

Functions in furniture (1.9.5)

tableC

Correlation Table
tableF

Frequency Table
tableX

Table X (for Cross-Tabs)
to_latex

From Table 1 to Latex 2
table1

Table 1 for Simple and Stratified Descriptive Statistics
wide

Long to Wide Data Reshaping
washer

Wash Your Data
mutate_rowsums

Get Row Sums within a Pipe
long

Wide to Long Data Reshaping
mutate_rowmeans

Get Row Means within a Pipe
rowsums

Get Row Sums
rowmeans

Get Row Means
furniture

furniture
rowmeans.n

Get Row Means With N Missing Values Per Row
nhanes_2010

NHANES 2009-2010
rowsums.n

Get Row Sums With N Missing Values Per Row