-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.42 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
Package: ecotox
Type: Package
Title: Analysis of Ecotoxicology
Version: 1.4.4
Authors@R: person("Benjamin L", "Hlina", email = "benjamin.hlina@gmail.com",
role = c("aut", "cre"))
Description: A simple approach to using a probit or logit analysis to calculate
lethal concentration (LC) or time (LT) and the appropriate fiducial
confidence limits desired for selected LC or LT for
ecotoxicology studies (Finney 1971; Wheeler et al. 2006;
Robertson et al. 2007). The simplicity of 'ecotox' comes from the
syntax it implies within its functions which are similar to functions
like glm() and lm(). In addition to the simplicity of the syntax,
a comprehensive data frame is produced which gives the user a
predicted LC or LT value for the desired level and a suite of important
parameters such as fiducial confidence limits and slope.
Finney, D.J. (1971, ISBN: 052108041X);
Wheeler, M.W., Park, R.M., and Bailer, A.J. (2006) <doi:10.1897/05-320R.1>;
Robertson, J.L., Savin, N.E., Russell, R.M., and Preisler, H.K.
(2007, ISBN: 0849323312).
Depends: R (>= 3.3.0)
Imports:
stats,
tibble
Suggests:
data.table,
dplyr,
ggplot2,
openxlsx,
readr,
testthat
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://benjaminhlina.github.io/ecotox/