From fec95dfbf0abe4175649e399eb1fcd698d482a9a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 30 Mar 2017 17:54:16 +0200 Subject: Add checkcontrols, updates, see ChangeLog --- man/antifoul.Rd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/antifoul.Rd') diff --git a/man/antifoul.Rd b/man/antifoul.Rd index 21ae885..e782636 100644 --- a/man/antifoul.Rd +++ b/man/antifoul.Rd @@ -3,9 +3,9 @@ \alias{antifoul} \title{Dose-Response data for TBT and Zink Pyrithione in IPC-81 cells} \description{ - This data set shows the response of the rat leukaemic cell line IPC-81 to + This data set shows the response of the rat leukaemic cell line IPC-81 to dilution series of tributyltin chloride (TBT) and Zink Pyrithione as retrieved - from the "cytotox" database of the UFT Department of Bioorganic Chemistry on + from the "cytotox" database of the UFT Department of Bioorganic Chemistry on February 25, 2004 } \usage{data(antifoul)} @@ -15,15 +15,15 @@ database are also present. } \examples{ -rantifoul.ED50 <- drfit(antifoul, +rantifoul.ED50 <- drfit(antifoul, linlogit = TRUE, logit = TRUE, weibull = TRUE, - chooseone = FALSE, + chooseone = FALSE, showED50 = TRUE, EDx = c(10)) print(rantifoul.ED50, digits = 5) -rantifoul.drc <- drcfit(antifoul, +rantifoul.drc <- drcfit(antifoul, linlogit = TRUE, logit = TRUE, weibull = TRUE, - chooseone = FALSE, + chooseone = FALSE, showED50 = TRUE, EDx = c(10)) print(rantifoul.drc, digits = 5) } -- cgit v1.2.1