-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.17 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
Package: contrastable
Type: Package
Title: Consistent Contrast Coding for Factors
Version: 1.0.2.9000
Authors@R: person("Thomas", "Sostarics", email = "tsostarics@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1178-7967"))
Description: Quickly set and summarize contrasts for factors prior to regression analyses. Intended comparisons, baseline conditions, and intercepts can be explicitly set and documented without the user needing to directly manipulate matrices. Reviews and introductions for contrast coding are available in Brehm and Alday (2022)<doi:10.1016/j.jml.2022.104334> and Schad et al. (2020)<doi:10.1016/j.jml.2019.104038>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
cli,
crayon,
glue,
MASS,
purrr,
rlang (>= 0.1.2),
stats,
tidyselect
RoxygenNote: 7.3.2
Suggests:
dplyr,
knitr,
testthat (>= 3.0.0),
roxygen2,
rmarkdown,
covr,
hypr
Config/testthat/edition: 3
URL: https://github.com/tsostarics/contrastable, https://tsostarics.github.io/contrastable/
BugReports: https://github.com/tsostarics/contrastable/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)