[Robast-commits] r1230 - branches/robast-1.3/pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 18 03:07:57 CET 2020
Author: ruckdeschel
Date: 2020-01-18 03:07:57 +0100 (Sat, 18 Jan 2020)
New Revision: 1230
Modified:
branches/robast-1.3/pkg/RobAStBase/R/bALEstimate.R
Log:
RobAStBase [branch 1.3]
replace annotation "LAN-based" by "CLT-based" in confint method for ALEs in bALEstimate.R as this often created diffs in comparisons between Ex.Rout Ex.Rout.save depending on whether NAMESPACE of RobAStBase was attached or not
Modified: branches/robast-1.3/pkg/RobAStBase/R/bALEstimate.R
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/R/bALEstimate.R 2020-01-18 01:19:06 UTC (rev 1229)
+++ branches/robast-1.3/pkg/RobAStBase/R/bALEstimate.R 2020-01-18 02:07:57 UTC (rev 1230)
@@ -48,7 +48,7 @@
ci[] <- main(object) + sd0 %o% fac
### end of borrowed code
- new("Confint", type = gettext("asymptotic (LAN-based)"),
+ new("Confint", type = gettext("asymptotic (CLT-based)"),
samplesize.estimate = object at samplesize,
call.estimate = object at estimate.call,
name.estimate = object at name,
More information about the Robast-commits
mailing list