-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
33 lines (33 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: furniture
Type: Package
Title: Furniture for Quantitative Scientists
Version: 1.10.0
Authors@R: c(person("Tyson S.", "Barrett",
role=c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2137-1391")),
person("Emily", "Brignone", role="aut"),
person("Daniel J.", "Laxman", role="aut"))
Maintainer: Tyson S. Barrett <[email protected]>
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.
Depends:
R (>= 2.10)
Imports:
knitr,
dplyr (>= 0.8.0),
gt
Suggests:
magrittr,
rmarkdown,
testthat
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
License: GPL-3
RoxygenNote: 7.3.0