aboutsummaryrefslogtreecommitdiff
path: root/R
AgeCommit message (Collapse)AuthorFilesLines
2023-07-21Maintenance prompted by email from CRANJohannes Ranke1-1/+1
- Fix an improper use of 'packageVersion' - Update .Rbuildignore - Fix a link in the README - Static documentation rebuilt by pkgdown::build_site()
2018-12-12Add whereClause argument to checkexperimentJohannes Ranke1-2/+2
2018-10-11Version 0.7.2v0.7.2Johannes Ranke2-8/+9
with fixed checkplate function
2018-09-15Switch to odbc, reformattting of codeJohannes Ranke5-430/+426
to make it more readable. Also remove outdated hyperlinks from the help files.
2017-07-18Fixed the formula for the control growth rateJohannes Ranke1-1/+1
2017-07-18Mean control growth rate, y axis labelsJohannes Ranke1-5/+32
Also warn if there is more than one endpoint in the data, and restrict the data to the first endpoint (e.g. frond area if there is also frond number data).
2017-07-12Improve y axis limitsJohannes Ranke2-3/+3
2017-06-09Return also the plate/experiment number in drdataJohannes Ranke1-2/+6
2017-03-31Make RODBC a hard dependency again, ChangeLogJohannes Ranke1-1/+1
2017-03-31Report for positive controls for Vibrio fischeriJohannes Ranke1-29/+50
2017-03-31Further improvement to checkcontrols()Johannes Ranke1-15/+50
Static documentation rebuilt by pkgdown::build_site()
2017-03-30Add checkcontrols, updates, see ChangeLogJohannes Ranke6-93/+106
2017-03-24Import version 0.6.7 from CRANJohannes Ranke6-117/+116
I had deleted the git commits between 0.6.4 and 0.6.7 while removing drfit from github, while the latest changes were not pushed to jrwb.de yet.
2017-03-24Suppress error messages in dr(c)fit, maintenanceJohannes Ranke6-95/+107
- Checking examples fails if error messages in dr(c)fit stemming from failed fits are printed - Delete trailing whitespace - Update packaging
2017-03-24Add function to control controlsJohannes Ranke1-0/+110
2015-12-15Fix connecting to the UFT databaseJohannes Ranke3-3/+3
2015-10-07Maintenance changes for the release of 0.6.4v0.6.4Johannes Ranke3-14/+26
2014-03-18Improvements on the EDx calculations in drcfit. However, in cases that there ↵ranke3-17/+25
is no hormesis in the data, drfit often fails to fit the linlogit model, and drcfit often fails to find the EDx values. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@100 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2014-02-25Feature-complete version of the new drfit package that can make useranke3-65/+328
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
2014-02-03- Some updates to the packagingranke5-7/+62
- Add the possibility to calculate EDx values - see ChangeLog for a full description git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@97 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2008-04-09- Added the possibility to manipulate axes and plot.frameranke1-2/+7
- Adapted the test to the improved confidence interval fitting git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@93 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2007-11-23- Releasable version for CRANranke3-13/+21
- Changed usage of cat() to message() because the latter does not interfere with Sweave. Left cat() in checkexperiment.R and checksubstance.R git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@92 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2007-10-01Make drfit compatible with R 2.6.0, checked with prerelease from todayranke1-1/+1
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@91 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2007-03-29Now using the "port" algorithm for the model fitting ranke1-4/+4
by nls, because in some cases it converges when the default algorithm does not. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@87 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-08-28Fixed the line types in drplot. Now we get different lines ranke1-4/+8
for different fits (same substance), and plotting for multiple substances without overlay as needed for drfit-tox works again. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@86 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-08-28Fix for the weibull fitting. Now there is a warning if ranke1-18/+26
the log ED 50 can not be found, and the log ED50 is not reported. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@85 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-08-14- New version just published on my websiteranke4-58/+109
- Fixes in checkplate, checksubstance and checkexperiment - New arguments ltys, xlab and ylab in drplot, due to a request by Ewa Mulkiewicz git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@83 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-05-22Make the logit model work again, by setting a sensibleranke1-8/+9
starting value for the scale argument. Now all models get separate starting arguments, with hopefully effective default values. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@80 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-05-08- Corrected the use of the par() function, so no ranke2-9/+3
unnecessary devices are opened any more - Adjusted the .Rout.save files to kriemhilds version (R 2.3.0 from Debian unstable, i386) git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@78 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-05-05- Fix of the drfit() function for the case that the calculationranke1-2/+4
of the confidence interval fails - Updated version of the drfit-Rnews preprint git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@77 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-05-03Changed the way confidence intervals are being calculated. Nowranke1-42/+55
the function confint.nls from the MASS package is being used, after stumbling across the relevant paragraph of the MASS book. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@76 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-28I also removed the get(getOption("device"))()ranke1-2/+8
call from the checkexperiment function, and updated the INDEX. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@75 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-28- Fixed the drplot function, so the graphics parameter ask is adequately setranke1-3/+6
depending on the overlay argument, and set back to the previous value - Added a test for each datase - Added a demo for each dataset - Corrected many small bugs in the documentation and improved formatting of the .Rd files git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@74 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-26- drplot: Removed the call to get(getOption("device")), since it causedranke1-11/+5
problems when calling drplot from Sweave code chunks as well as in JGR. - drplot: Removed the output with cat, since it may be annoying to receive a message when a plot was requested - Small documentation adaptations and fixes git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@70 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-21Added the checkplate.R function, which is now just another wayranke1-0/+4
to call checkexperiment.R, and fixed DESCRIPTION and INDEX git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@67 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-21Working version of the checkexperiment function, ranke2-113/+50
including documentation, but R CMD check tells me that "use of NULL environment is deprecated" git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@66 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-21First chunk of work for making checkplate an aliasranke1-0/+101
to checkexperiment which will also work for the ecotox database. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@65 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-03- The drplot function now accepts custom xlim and ylim valuesranke2-15/+41
- Confidence intervals for the EC50 can now (again) be generated by drfit by giving the argument conf=TRUE - Update of the INDEX git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@62 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-04-01Corrected the split of the drift.R file. ranke3-288/+287
Added example data IM1xIPC81. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@61 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-03-30Split of the drfit.R file to have a separate file for eachranke5-621/+619
function. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@60 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-03-29- Added an error message for drplotranke1-0/+5
- Recalculated the XY data, so the response data is now calculated based on growth rates instead of simple frond numbers - Reduced the number of columns in the IM1xVibrio data git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@59 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-03-16Added the pyrithione and IM1x V. fischeri data with documentationranke1-1/+1
and cleaned the antioul data from some unnecessary components. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@58 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-03-06Added the drfit-package help page, a new sample data fileranke1-8/+23
and a preliminary version of the drfit-Rnews article. R/drfit.R - the possibility to directly write pdf graphs was added - the results dataframe now has numbered lines where it didn't The checkplate and checksubstance functions are now classified internal in their help files. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@57 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-02-27Now the model type (mtype) is set to "active" if the response at the lowestranke1-109/+118
dose level is smaller than 0.5. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@56 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-01-02A fix for a bug that kept drplot from plotting if no control data ranke1-3/+2
are present in the dose-response data frame. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@55 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2006-01-02- Added a little documentation of the sample data in inst/doc.ranke1-10/+36
- Added the possibility to show standard deviation or confidence interval for the mean of the control values, if present in the dose-response data. Also, control data (with dose=0) are not listed in the results data frame of drfit any more. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@54 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2005-12-22The calculation of dose-response curves in drfit was wrong if the number ofranke1-5/+14
dose levels was different from 9. Now, n is calculated as the rounded mean number of response data per dose level. The number of dose levels ndl is additionally reported. The test was removed because it didn't work properly. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@52 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2005-12-21Changed the terminology from EC50 to ED50 reflecting that the package is meantranke1-44/+44
for dose-response analysis in general and not only for concentration-response analysis. This is the first revision that has been prepared with the knowledge of the existence of the drc package for dose-response curve analysis. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@48 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2005-11-25Fixed the check for dose == 0 in drplot() and improvedranke1-5/+11
the model naming in the result table given by drfit() git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@47 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
2005-10-11Go back to the png device, since we get problems with "(" and ")" in theranke1-4/+4
filenames with ghostscript. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@45 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc

Contact - Imprint