[Distr-commits] r225 - branches/distr-2.0/pkg/distrMod/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Aug 1 06:25:07 CEST 2008
Author: ruckdeschel
Date: 2008-08-01 06:25:07 +0200 (Fri, 01 Aug 2008)
New Revision: 225
Modified:
branches/distr-2.0/pkg/distrMod/R/confint.R
Log:
and yet another typo: if too few
information is given for a CI ...
Modified: branches/distr-2.0/pkg/distrMod/R/confint.R
===================================================================
--- branches/distr-2.0/pkg/distrMod/R/confint.R 2008-08-01 04:00:52 UTC (rev 224)
+++ branches/distr-2.0/pkg/distrMod/R/confint.R 2008-08-01 04:25:07 UTC (rev 225)
@@ -15,8 +15,8 @@
objN <- paste(deparse(substitute(object)),sep="",collapse="")
if(is.null(object at asvar))
- { cat(gettextf("Slot 'asvar' of object %s has not (yet) been filled.\n"),
- objN)
+ { cat(gettextf("Slot 'asvar' of object %s has not (yet) been filled.\n",
+ objN))
return(NULL) }
ldx <- length(object at estimate)
More information about the Distr-commits
mailing list