[Robast-commits] r192 - pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 31 09:43:33 CET 2008
Author: stamats
Date: 2008-10-31 09:43:32 +0100 (Fri, 31 Oct 2008)
New Revision: 192
Modified:
pkg/RobAStBase/R/bALEstimate.R
Log:
minor bug in method definition ...
Modified: pkg/RobAStBase/R/bALEstimate.R
===================================================================
--- pkg/RobAStBase/R/bALEstimate.R 2008-10-31 08:39:21 UTC (rev 191)
+++ pkg/RobAStBase/R/bALEstimate.R 2008-10-31 08:43:32 UTC (rev 192)
@@ -115,7 +115,7 @@
confint = ci)
})
-setMethod("confint", signature(object="ALEstimate", method="symmetricBias"),
+setMethod("confint", signature(object="ALEstimate", method="asymmetricBias"),
function(object, method, level = 0.95) {
objN <- paste(deparse(substitute(object)),sep="",collapse="")
More information about the Robast-commits
mailing list