-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: ssdtools
Version: 0.2.0.9000
Title: Species Sensitivity Distributions
Description: Species sensitivity distributions are
cumulative probability distributions which are fitted to
toxicity concentrations for different species as described by
Posthuma et al.(2001) <isbn:9781566705783>.
The ssdtools package uses Maximum Likelihood to fit distributions
such as the log-normal, gamma, burr Type-III, log-logistic,
log-Gumbel, Gompertz and Weibull.
The user can provide custom distributions.
Multiple distributions can be averaged using Information Criteria.
Confidence intervals on hazard concentrations and proportions are produced by
parametric bootstrapping.
Authors@R: c(
person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre", "ctr"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Carl", "Schwarz", role = c("aut", "ctr")),
person("Angeline", "Tillmanns", role = "ctb"),
person("Ali", "Azizishirazi", role = "ctb"),
person("Rebecca", "Fisher", role = "ctb"),
person("David", "Fox", role = "ctb"),
person("Kathleen", "McTavish", role = "ctb"),
person("Heather", "Thompson", role = "ctb"),
person("Andy", "Teucher", role = "ctb"),
person("Emilie", "Doussantousse", role = "ctb"),
person("Stephanie", "Hazlitt", role = "ctb"),
person("Nan-Hung", "Hsieh", role = "ctb"),
person("Sergio", "Ibarra Espinosa", role = "ctb"),
person("Province of British Columbia", role = "cph")
)
URL: https://github.com/bcgov/ssdtools
BugReports: https://github.com/bcgov/ssdtools/issues
License: Apache License (== 2.0) | file LICENSE
Depends:
R (>= 3.4)
Imports:
chk,
fitdistrplus,
actuar,
abind,
ggplot2,
graphics,
grid,
lifecycle,
tibble,
scales,
stats,
VGAM
Suggests:
covr,
knitr,
rmarkdown,
testthat,
readr,
rlang,
purrr,
tidyr,
dplyr,
R.rsp,
mle.tools,
reshape2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder:
knitr,
R.rsp
Language: en-US