-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.34 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
40
41
42
Package: clustcurv
Type: Package
Title: Determining Groups in Multiples Curves
URL: https://github.com/noramvillanueva/clustcurv
BugReports: https://github.com/noramvillanueva/clustcurv/issues
Version: 2.0.2
Date: 2024-10-09
Maintainer: Nora M. Villanueva <nmvillanueva@uvigo.es>
Authors@R: c(person("Nora", "M. Villanueva",email= "nmvillanueva@uvigo.es", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8085-2745")),
person("Marta", "Sestelo",email= "sestelo@uvigo.es", role = "aut", comment = c(ORCID = "0000-0003-4284-6509")))
Description: A method for determining groups in multiple
curves with an automatic selection of their number based on k-means or
k-medians algorithms. The selection of the optimal number is provided by
bootstrap methods. The methodology can be applied both in regression and survival framework.
Implemented methods are:
Grouping multiple survival curves described by Villanueva et al. (2018) <doi:10.1002/sim.8016>.
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
doParallel,
doRNG,
foreach,
ggfortify,
ggplot2,
Gmedian,
grDevices,
npregfast,
RColorBrewer,
survival
Suggests:
covr,
knitr,
plotly,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr