aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: c98693e6645c621e55515899d9da817f7afe972a (plain) (blame)
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
Package: drfit
Version: 0.6.4
Date: 2015-10-07
Title: Dose-Response Data Evaluation
Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"), 
                    email = "jranke@uni-bremen.de"))
Imports: graphics, grDevices, MASS, drc
Suggests: RODBC
Description: A somewhat outdated package of basic and easy-to-use functions for
  fitting dose-response curves to continuous dose-response data, calculating some
  (eco)toxicological parameters and plotting the results. Please consider using
  the more powerful and actively developed 'drc' package.  Functions that are
  fitted are the cumulative density function of the lognormal distribution
  (probit fit), of the logistic distribution (logit fit), of the weibull
  distribution (weibull fit) and a linear-logistic model ("linlogit" fit),
  derived from the latter, which is used to describe data showing stimulation at
  low doses (hormesis). In addition, functions checking, plotting and retrieving
  dose-response data retrieved from a database accessed via RODBC are included.
  As an alternative to the original fitting methods, the algorithms from the drc
  package can be used.
Encoding: latin1
License: GPL (>= 2)
LazyLoad: yes
LazyData: yes
URL: http://www.r-project.org, 
	http://www.uft.uni-bremen.de/chemie/ranke?page=drfit,
	http://cgit.jrwb.de/drfit/

Contact - Imprint