-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.37 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.37 KB
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
Package: mplot
Type: Package
Title: Graphical Model Stability and Variable Selection Procedures
Version: 1.0.6
Date: 2021-07-10
Authors@R: c(person("Garth", "Tarr", role = c("aut", "cre"), email = "garth.tarr@gmail.com", comment = c(ORCID = "0000-0002-6605-7478")), person("Samuel", "Mueller", role = "aut", email = "samuel.mueller@sydney.edu.au", comment = c(ORCID = "0000-0002-3087-8127")), person("Alan H", "Welsh", role = "aut", email = "alan.welsh@anu.edu.au", comment = c(ORCID = "0000-0002-3165-9559")))
Description: Model stability and variable inclusion plots [Mueller and Welsh
(2010, <doi:10.1111/j.1751-5823.2010.00108.x>); Murray, Heritier and Mueller
(2013, <doi:10.1002/sim.5855>)] as well as the adaptive fence [Jiang et al.
(2008, <doi:10.1214/07-AOS517>); Jiang et al.
(2009, <doi:10.1016/j.spl.2008.10.014>)] for linear and generalised linear models.
License: GPL (>= 2)
Suggests:
knitr,
mvoutlier,
glmulti,
rmarkdown,
DT,
MASS
Imports:
leaps,
foreach,
parallel,
bestglm,
doParallel,
doRNG,
plyr,
shinydashboard,
shiny,
glmnet,
graphics,
stats,
googleVis,
ggplot2,
reshape2,
scales,
dplyr,
tidyr,
magrittr
URL: https://garthtarr.github.io/mplot/, https://github.com/garthtarr/mplot
Roxygen: list(markdown = TRUE)
LazyData: TRUE
RoxygenNote: 7.1.1
Encoding: UTF-8