-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.02 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
Package: fasthplus
Title: Fast Label-Dissimilarity Discordance Estimation with H+
Version: 1.1
Authors@R: c(
person(given = "Nathan",
family = "Dyjack",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6944-6252")),
person(given = c("Stephanie", "C."),
family = "Hicks",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7858-0231")))
Description: Estimation procedures for assessing fitness of observation labels (i.e., clusters or partitions) given observation dissimilarities, or vice versa. The estimated parameter of interest is modified from G+ (Williams 1971), so we call it H+.
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
BugReports: https://github.com/ntdyjack/fasthplus/
URL: https://github.com/ntdyjack/fasthplus/
Imports:
stats
Suggests:
knitr,
rmarkdown,
clusterCrit
VignetteBuilder: knitr