diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-08-02 12:15:15 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-08-02 12:15:15 +0000 |
commit | c5f30593d42ecd9a21f799a4943709b1b73a1162 (patch) | |
tree | aea2b1301d9fc924c1a4363bfa354a1ceea5ce7b /man/drfit.Rd | |
parent | 19542fd64a83200cc97177982c5f9d20a7c6312b (diff) |
drplot: Added the pointsize argument for postscript and png graphs
drfit: Changed the order of fits in the case of chooseone=TRUE
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@34 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drfit.Rd')
-rw-r--r-- | man/drfit.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/drfit.Rd b/man/drfit.Rd index 35d6d94..75f48ed 100644 --- a/man/drfit.Rd +++ b/man/drfit.Rd @@ -51,8 +51,8 @@ An optional vector containing the names of the substances for which all functions produce a wrong fit.} \item{chooseone}{ - If TRUE (default), the models are tried in the order linlogit, weibull, - logit, probit, and the first model that produces a valid fit is used. + If TRUE (default), the models are tried in the order linlogit, probit, + logit, weibull, and the first model that produces a valid fit is used. If FALSE, all models that are set to TRUE and that can be fitted will be reported.} \item{s0}{ |