This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.53 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
34
35
36
37
38
39
40
41
42
43
44
45
Type: Package
Package: broomExtra
Title: Enhancements for 'broom' and 'easystats' Package Families
Version: 5.0.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Maintainer: Indrajeet Patil <[email protected]>
Description: Provides helper functions that assist in data
analysis workflows involving regression analyses. The goal is to
combine the functionality offered by different set of packages
('broom', 'broom.mixed', 'parameters', and 'performance') through a
common syntax to return tidy dataframes containing model parameters
and performance measure summaries. The 'grouped_' variants of the
generics provides a convenient way to execute functions across a
combination of grouping variable(s) in a dataframe.
License: GPL-3 | file LICENSE
URL: https://indrajeetpatil.github.io/broomExtra/,
https://github.com/IndrajeetPatil/broomExtra
BugReports: https://github.com/IndrajeetPatil/broomExtra/issues
Depends:
R (>= 3.6.0)
Imports:
broom,
broom.mixed (>= 0.2.9.3),
dplyr,
magrittr,
parameters (>= 0.17.0),
performance (>= 0.9.0),
rlang
Suggests:
generics,
lavaan,
lme4,
MASS,
rmarkdown,
testthat
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 7.2.1
Config/testthat/edition: 3