-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.12 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
Package: blorr
Type: Package
Title: Tools for Developing Binary Logistic Regression Models
Version: 0.3.1.9000
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: Tools designed to make it easier for beginner and intermediate users to build and validate
binary logistic regression models. Includes bivariate analysis, comprehensive regression output,
model fit statistics, variable selection procedures, model validation techniques and a 'shiny'
app for interactive model building.
Depends:
R(>= 3.5)
Imports:
car,
data.table,
ggplot2,
gridExtra,
Rcpp,
stats,
utils
Suggests:
covr,
grid,
ineq,
knitr,
magrittr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
xplorerr
License: MIT + file LICENSE
URL: https://blorr.rsquaredacademy.com/, https://github.com/rsquaredacademy/blorr
BugReports: https://github.com/rsquaredacademy/blorr/issues
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
LinkingTo: Rcpp
Config/testthat/edition: 3