-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 866 Bytes
/
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
Package: OutlierDC
Title: Outlier Detection for Censored Data
Date: 2017-11-16
Version: 1.1.2
Description: Algorithms for the identification of outlying observations for the analysis of censored data.
Authors@R: c(person(given = "Soo-Heang", family = "Eo", role = c("aut","cre"), email = "[email protected]"),
person(given = "Huixia Judy", family = "Wang", role = "ctb"),
person(given = "Lan", family = "Wang", role = "ctb"),
person(given = "HyungJun", family = "Cho", role = "aut", email = "[email protected]")
)
URL: https://github.com/sooheang/OutlierDC
BugReports: https://github.com/sooheang/OutlierDC/issues
Encoding: UTF-8
Depends:
R (>= 3.3.0),
survival (>= 2.37-5)
Imports:
methods,
graphics,
stats,
utils,
quantreg,
Formula
Maintainer: Soo-Heang Eo <[email protected]>
License: GPL-3
RoxygenNote: 6.0.1