-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.26 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
Package: MrSGUIDE
Type: Package
Title: Multiple Responses Subgroup Identification using 'GUIDE' Algorithm
Version: 0.1.2
Date: 2020-10-12
Authors@R: c(person(given ="Peigen", family = "Zhou", role = c("aut", "cre"), email = "pzhou9@wisc.edu", comment = c(ORCID = "0000-0003-4609-0374")),
person(given = "Wei-Yin", family = "Loh", role = c("aut"), email= "loh@stat.wisc.edu", comment = c(ORCID = "0000-0001-6983-2495")))
Maintainer: Peigen Zhou <pzhou9@wisc.edu>
Description: An R implementation of 'GUIDE' style algorithm focusing on subgroup identification problem
under multiple responses of Loh et al. (2019) <doi:10.1002/widm.1326>. This package is intended for use
for randomized trials and observational studies.
License: GPL-3
URL: http://www.stat.wisc.edu/~loh/guide.html,
https://baconzhou.github.io/MrSGUIDE/,
http://pages.stat.wisc.edu/~loh/treeprogs/guide/LZ20.pdf,
http://pages.stat.wisc.edu/~loh/treeprogs/guide/sm19.pdf
BugReports: https://github.com/baconzhou/mrsguide/issues
LinkingTo: Rcpp, RcppArmadillo, BH
SystemRequirements: GNU make, C++11
Depends: R (>= 3.1.0)
Imports: Rcpp,
yaml,
magrittr
RoxygenNote: 7.1.0
Suggests: knitr,
rmarkdown,
visNetwork,
ggplot2
VignetteBuilder: knitr
Encoding: UTF-8