From 35362cfc7c02f12fd9689f68a772a804d895535a Mon Sep 17 00:00:00 2001 From: ranke Date: Tue, 25 Feb 2014 17:30:01 +0000 Subject: Feature-complete version of the new drfit package that can make use of the drc package in order to obtain confidence intervals for EDx values. See ChangeLog for details. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@98 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9163fbb..79ee431 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2014-02-25 Johannes Ranke + + * DESCRIPTION, NAMESPACE: New verson 0.6.1, with the drc package as + dependency. Import needed functionality to avoid masking standard functions. + + * R/drcfit.R: Add function drcfit() that imitates the functionality of + drfit(), but internally uses the methods supplied by the drc package + + * R/{drfit,drcfit}.R: Return the list of fitted models in an attribute of + the resulting dataframe + + * R/drfit.R: Use the fitted nls() models directly to calculate EDx values + + * R/drplot.R: Use different point characters (pch) for the data, and add the + possibility to specify them using the argument pchs. Also make drplot() work + for the results from the drcfit function. + + * man/drcfit.Rd: Document the above + + * tests/drcfit.R: Add some tests for this new functionality + + * man/{antifoul,IM1xIPC81,IM1xVibrio}.Rd: Add more example code including + the use of drcfit(). + 2014-02-03 Johannes Ranke * DESCRIPTION: New version 0.5-97 (leading zeros in version numbers are -- cgit v1.2.1