-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.23 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: robustlm
Type: Package
Title: Robust Variable Selection with Exponential Squared Loss
Description: Computationally efficient tool for performing variable selection and obtaining robust estimates, which implements robust variable selection procedure proposed by Wang, X., Jiang, Y., Wang, S., Zhang, H. (2013) <doi:10.1080/01621459.2013.766613>. Users can enjoy the near optimal, consistent, and oracle properties of the procedures.
Version: 0.1.0
Date: 2021-03-21
Authors@R: c(
person(given = "Jin", family = "Zhu", email = "zhuj37@mail2.sysu.edu.cn", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-8550-5822")),
person(given = "Borui", family = "Tang", email = "tangborui@mail.ustc.edu.cn", role = c("aut")),
person(given = "Yunlu", family = "Jiang", email = "tjiangyl@jnu.edu.cn", role = c("aut")),
person(given = "Xueqin", family = "Wang", email = "wangxq20@ustc.edu.cn", role = c("aut"), comment = c(ORCID = "0000-0001-5205-9950")))
Maintainer: Jin Zhu <zhuj37@mail2.sysu.edu.cn>
Imports: MASS, matrixStats
BugReports: https://github.com/Mamba413/rvs/issues
URL: https://github.com/Mamba413/rvs
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
VignetteBuilder: knitr