Learn R Programming

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

furniture (version 1.9.0)

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.0

License

GPL-3

Maintainer

Tyson Barrett

Last Published

March 7th, 2019

Functions in furniture (1.9.0)

nhanes_2010

NHANES 2009-2010
rowsums

Get Row Sums
rowmeans

Get Row Means
table1

Table 1 for Simple and Stratified Descriptive Statistics
%xt%

Simple Crosstabs Operator
tableX

Table X (for Cross-Tabs)
to_latex

From Table 1 to Latex 2
tableC

Correlation Table
tableF

Frequency Table
selecting

Selecting Function
long

Wide to Long Data Reshaping
mutate_rowsums

Get Row Sums within a Pipe
mutate_rowmeans

Get Row Means within a Pipe
furniture

furniture
washer

Wash Your Data
wide

Long to Wide Data Reshaping